Commit 680f338
committed
docs(mcp): name the Account door for Connect an Agent, not Setup alone
#17646 delivered #16746's ruling as a `navigationContributions` entry in the
`account` app and deliberately left Setup gated, so a non-admin reaches the
Connect-an-Agent page — but at none of the paths the shipped texts named.
- `packages/mcp/src/plugin.ts` — the stdio refusal message now names both
doors (Account → Developer for any signed-in user; Setup for admins).
- `packages/mcp/README.md` — same, in the `OS_MCP_STDIO_API_KEY` paragraph.
- `content/docs/ai/connect-mcp.mdx` — the "Headless: API keys" section now
gives both doors with their console URLs, and moves the revoke location to
`Account → Developer → API Keys` for the user's own keys, noting the
tenant-wide Setup list needs `manage_platform_settings`. The
`OS_MCP_SERVER_ENABLED=false` callout no longer calls it a Setup page.
Paths, labels and permissions read off the tree, not invented: the account
entry at `packages/mcp/src/connect-ui.ts`, the group at
`packages/platform-objects/src/apps/account.app.ts`, the package id at
`packages/apps/account/src/index.ts`, and the route resolution in objectui's
`packages/app-shell/src/utils/appRoute.ts`.
Claude-Session: https://claude.ai/code/session_012GKcPZbMoGq7WPzKLfRBTU
Co-authored-by: Claude <noreply@anthropic.com>1 parent a90a9f2 commit 680f338
4 files changed
Lines changed: 48 additions & 11 deletions
File tree
- .changeset
- content/docs/ai
- packages/mcp
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
105 | 118 | | |
106 | 119 | | |
107 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
385 | 387 | | |
386 | 388 | | |
387 | 389 | | |
| |||
0 commit comments