Skip to content

biopb-mcp v0.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 03:14
· 3 commits to main since this release
0354253

Installation

Download the appropriate installer for your platform:

  • Windows: Download biopb-mcp-windows.zip, extract, and run biopb-mcp.exe
  • macOS (Intel): Download biopb-mcp-macos-intel.tar.gz, extract biopb-mcp.app, and open it
  • macOS (Apple Silicon): Download biopb-mcp-macos-arm.tar.gz, extract biopb-mcp.app, and open it
  • Linux: Download biopb-mcp-linux.tar.gz, extract, and run ./biopb-mcp

Note: These are unsigned installers. On macOS, right-click and select "Open" to bypass Gatekeeper. On Windows, click "Run anyway" when prompted.

This bundle includes napari with the biopb-mcp plugin pre-installed.

One-line install

curl -fsSL https://biopb.org/install.sh | bash      # Linux / macOS / WSL
irm https://biopb.org/install.ps1 | iex             # Windows PowerShell

The installer (install.sh / install.ps1, also attached here) pulls
the matched triple of wheels + the data browser from this one release.

Bundled assets

Everything an installer/auto-updater needs from a single place, instead
of PyPI + the biopb-tensor-server release:

  • biopb_mcp-*.whl — the MCP server / napari plugin (also on PyPI)
  • biopb-*.whl — the version-paired biopb client (Arrow Flight tensor)
  • biopb_tensor_server-*.whl — the local tensor server
  • webapp.tar.gz — the data-browser web UI
  • install.sh / install.ps1 — the bootstrap installers

The biopb / biopb-tensor-server wheels and the webapp are the exact
builds from the server release pinned in this tag's pyproject.toml
[dependency-groups].integration.