-
Notifications
You must be signed in to change notification settings - Fork 94
feat(cli): configure MCP natively across coding agents #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Max17190
wants to merge
39
commits into
main
Choose a base branch
from
feat/native-mcp-setup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b82b4bb
feat(cli): configure MCP natively across coding agents
Max17190 8bdb55a
fix(cli): detect Hermes Agent by config directory only
Max17190 6a62579
feat(cli): drop Zed from MCP setup and show every agent in the picker
Max17190 441d5f0
feat(cli): drop Windsurf from MCP setup
Max17190 c22936c
fix(cli): correct config-writing edge cases found in review
Max17190 d86b9ef
fix(cli): keep skills-only agents from failing setup, and settle the …
Max17190 58820c3
fix(cli): keep MCP setup global-only and keyless for stored launcher …
Max17190 5311b24
fix(cli): one stored-key rule, accurate agent aliases, no repo config…
Max17190 3969938
fix(cli): close the remaining review findings on MCP setup
Max17190 a8c6671
fix(cli): keep an escaped quote from ending a TOML multi-line string
Max17190 53366e5
feat(cli): configure Hermes Agent through the shared MCP engine
Max17190 3bbc578
fix(cli): preserve YAML file details the document tree drops
Max17190 fcee5aa
feat(cli): install the Firecrawl rule for OpenClaw
Max17190 e031c06
feat(cli): add the browser sign-in lane to setup mcp
Max17190 4db86e9
fix(cli): keep user content and report rules accurately
Max17190 5f63650
fix(cli): keep credentials off the sign-in endpoint
Max17190 6a78882
refactor(cli): write MCP config only for agents that share one contract
Max17190 6d5feb7
fix(cli): check the auth modes before any early return, drop the unus…
Max17190 0e0bd46
docs(readme): fold the MCP setup changes into the existing prose
Max17190 78c9d47
fix(cli): never leave a rule without the server it points at
Max17190 bb6333d
fix(cli): keep the unwritten agents reported when a writer fails
Max17190 9604a0b
fix(cli): keep launch and the agent flags honest about what MCP setup…
Max17190 d85bb9c
fix(cli): indent the unwritten-agent lines with the rest of quiet output
Max17190 868e259
Revert "write MCP config only for agents that share one contract"
Max17190 b27f1d8
fix(cli): ask about rules for --agent all, launchers, and openclaw
Max17190 64ff744
fix(cli): skip OpenClaw rules when MCP fails and close restored launc…
Max17190 a182f2b
fix(cli): print a sign-in step only where an agent needs one
Max17190 03049de
fix(cli): drop the rules line for agents that have no rules mechanism
Max17190 0952c03
fix(cli): stop init from advertising MCP setup it just ran
Max17190 bc9219e
fix(cli): tell quiet callers when only some agents were configured
Max17190 fd0fcc2
fix(cli): say when requested rules cannot be installed
Max17190 95058be
fix(cli): stop native MCP setup from writing unusable agent config
Max17190 d4bee10
fix(cli): keep setup --yes and doctor honest when MCP is optional
Max17190 65a1d06
fix(cli): edit only Firecrawl's own tables when rewriting Codex config
Max17190 ec62f42
fix(cli): install MCP into the agents the user has, not all of them
Max17190 860d2c0
fix(cli): never override a web_search the user set, and confirm befor…
Max17190 b7c9ab8
feat(cli): offer the web-provider handover from setup mcp instead of …
Max17190 cb8e9b4
fix(cli): raise the aggregate MCP failure after the web-provider step
Max17190 0ca3984
fix(cli): stop the web-provider step corrupting configs it edits
Max17190 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ pnpm-debug.log* | |
| # IDE | ||
| .vscode/ | ||
| .idea/ | ||
| .cursor/ | ||
| *.swp | ||
| *.swo | ||
| *~ | ||
|
|
||
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.