[docs] Update MCP client documentation for global scope and missing runtimes#796
Draft
danielmeppiel wants to merge 2 commits intomainfrom
Draft
[docs] Update MCP client documentation for global scope and missing runtimes#796danielmeppiel wants to merge 2 commits intomainfrom
danielmeppiel wants to merge 2 commits intomainfrom
Conversation
… column Update the MCP Client Configuration and Supported Package Types tables in ide-tool-integration.md to: - Add Cursor (.cursor/mcp.json) and OpenCode (opencode.json) as workspace-only MCP runtimes (missing from both tables) - Add a 'Global (-g)' column indicating which runtimes support apm install --global for MCP server deployment (Copilot CLI and Codex CLI: Yes; VS Code, Cursor, OpenCode: No) - Add an explanatory note clarifying why workspace-only runtimes are skipped at user scope Reflects behavior introduced in #638 where MCP global scope filtering was made explicit via supports_user_scope on each adapter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-04-21
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
apm install --globalMCP scope filtering (from Fixapm install --globalskipping MCP server installation #638): Copilot CLI and Codex CLI support global scope; VS Code, Cursor, and OpenCode are workspace-onlyChanges Made
docs/src/content/docs/integrations/ide-tool-integration.md:.cursor/mcp.json) and OpenCode (opencode.json) as workspace-only MCP runtimes to the Client Configuration table (both were missing)-g)" column to the Client Configuration table clarifying which runtimes supportapm install --globalfor MCP deploymentMerged PRs Referenced
apm install --globalskipping MCP server installation #638 - Fixapm install --globalskipping MCP server installation (addedsupports_user_scopeattribute per adapter; CHANGELOG andcli-commands.md/guides/dependencies.mdalready updated in that PR)Notes
The behavioral changes from #638 were already reflected in:
CHANGELOG.md(Unreleased section)docs/src/content/docs/reference/cli-commands.md:98docs/src/content/docs/guides/dependencies.md:336This PR fills the remaining gap in
ide-tool-integration.mdwhere the MCP client table was incomplete (missing Cursor, OpenCode) and lacked the global scope indicator column.