Skip to content

Register the docs MCP server on install - #9

Open
DominicFrei wants to merge 1 commit into
mainfrom
gaf-669-register-the-docs-mcp
Open

Register the docs MCP server on install#9
DominicFrei wants to merge 1 commit into
mainfrom
gaf-669-register-the-docs-mcp

Conversation

@DominicFrei

@DominicFrei DominicFrei commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

The same install run now registers the Gaffa docs MCP server in each tool you install into, and uninstall removes it again.

  • One server, gaffa-docs pointing at https://gaffa.dev/docs/~gitbook/mcp, HTTP, no auth.
  • Written into each tool's own MCP config at the scope you picked. Four tools use JSON under mcpServers, Codex uses TOML, and the URL field differs per tool (Antigravity uses serverUrl). Paths and shapes checked against each tool's own docs.
  • Safe on an existing config: merges in without touching your other servers, backs up and refuses a config it cannot parse, and only removes an entry that still points at our URL.
  • --no-mcp skips it. At project scope Claude Code will ask you to approve the server the first time you use it.

Refs GAF-669.

install now registers the gaffa docs MCP server in each selected tool's
own MCP config, and uninstall removes it again. Four tools keep it as JSON
under mcpServers, Codex uses TOML, and the URL field differs per tool
(serverUrl for Antigravity), each per the tool's own docs.

Merges into an existing config without touching the user's other servers,
backs up and refuses a config it cannot parse, and only removes an entry
that still points at our URL. Adds --no-mcp to skip it.

GAF-669
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants