Skip to content

v0.4.16 — install + discoverability

Choose a tag to compare

@James-Chahwan James-Chahwan released this 05 Jun 14:41

Install fix + discoverability

  • uvx-runnable: uvx mcp-repo-graph now resolves — added the mcp-repo-graph console script. Fixes one-click installs on the VS Code MCP gallery, Cursor, and the MCP registry (which all run uvx <package>).
  • server.json launch spec: runtimeHint: uvx, --repo argument, REPO_GRAPH_REPO env — so clients can build a working launch command.
  • --repo accepts a git URL: uvx mcp-repo-graph --repo https://github.com/org/repo shallow-clones and maps any public repo; also makes the hosted 'Try in Browser' path usable.
  • Cross-platform engine wheels: repo-graph-py now builds for Linux (x86_64/aarch64), macOS (Intel/Apple Silicon), and Windows via CI.
  • glama.json + CI test workflow; docs refreshed.