Add MCP servers from the MCP surface - #742
Merged
TheGreatAxios merged 6 commits intoSep 1, 2026
Merged
Conversation
TheGreatAxios
force-pushed
the
cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
branch
from
September 1, 2026 00:02
13cde7b to
114f4a2
Compare
TheGreatAxios
force-pushed
the
cl-7296-hide-commands-for-disabled-skills
branch
from
September 1, 2026 03:13
5ebe95f to
3ec14d4
Compare
TheGreatAxios
force-pushed
the
cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
branch
from
September 1, 2026 03:26
dd84f03 to
ae995cb
Compare
TheGreatAxios
force-pushed
the
cl-7296-hide-commands-for-disabled-skills
branch
from
September 1, 2026 04:13
3ec14d4 to
1cd8391
Compare
TheGreatAxios
force-pushed
the
cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
branch
from
September 1, 2026 04:14
319aee7 to
54417e1
Compare
TheGreatAxios
force-pushed
the
cl-7296-hide-commands-for-disabled-skills
branch
from
September 1, 2026 04:17
1cd8391 to
16b5f4a
Compare
TheGreatAxios
force-pushed
the
cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
branch
from
September 1, 2026 04:19
54417e1 to
649e1cc
Compare
TheGreatAxios
changed the base branch from
cl-7296-hide-commands-for-disabled-skills
to
main
September 1, 2026 04:20
TheGreatAxios
force-pushed
the
cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
branch
from
September 1, 2026 04:21
649e1cc to
20d2ae7
Compare
TheGreatAxios
enabled auto-merge
September 1, 2026 04:21
Live Streamable HTTP transports now pass the dispose signal through requestInit so OAuth auth() refreshes abort on quit. The add row is hidden while local mcpServers shadow global settings. HTTP URLs must be real http(s) hosts without userinfo, and persisted as href.
Failed connects used to stay reserved so same-session retry looked like an active duplicate. hasMCPServer now means connected or in-flight. Streamable HTTP fetch always composes the connect AbortSignal so SDK 403 auth() aborts.
The list only stores live status. After a persist-then-connect failure the settings row already exists, so Enter reconnects that config instead of adding a duplicate name.
Startup already filtered local-source servers before spawn. Retry went through late connect with no trust check, so Deny still launched the command. Apply the same filter on that path.
TheGreatAxios
force-pushed
the
cl-7297-add-mcp-servers-by-url-from-the-mcp-screen
branch
from
September 1, 2026 04:32
20d2ae7 to
f283656
Compare
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.
Summary
Verification
bun run checkpasses on the full three-PR stackFixes CL-7297