You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.