Skip to content

Commit 9915453

Browse files
Merge pull request #742 from corbitsdev/cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
Add MCP servers from the MCP surface
2 parents b97d504 + e3c9f0d commit 9915453

21 files changed

Lines changed: 2635 additions & 238 deletions

docs/MCP.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ registered for dispatch as soon as the server connects (including later in the
8686
same turn) and surfaced on demand through dynamic tool discovery
8787
(`tool_search`).
8888

89+
In the TUI, `/mcp` and `/mcps` open the same live server surface. Press **Alt+A**
90+
to add a named absolute HTTP(S) endpoint to global settings and connect it in the
91+
current session. Names may contain letters, numbers, single underscores, and
92+
hyphens; the `__` tool-namespace delimiter is reserved. The add is unavailable
93+
while a local `.corbits/settings.json` `mcpServers` list shadows global MCP
94+
settings; remove that local list and restart
95+
before adding globally. A connection failure does not remove the saved server.
96+
8997
## Server Kinds
9098

9199
A server is reached one of two ways:

0 commit comments

Comments
 (0)