-
Notifications
You must be signed in to change notification settings - Fork 92
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
35
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
35 commits
Select commit
Hold shift + click to select a range
f312944
feat(cli): configure MCP natively across coding agents
Max17190 a9f9a92
fix(cli): detect Hermes Agent by config directory only
Max17190 f87761a
feat(cli): drop Zed from MCP setup and show every agent in the picker
Max17190 daeefca
feat(cli): drop Windsurf from MCP setup
Max17190 f68096c
fix(cli): correct config-writing edge cases found in review
Max17190 9162131
fix(cli): keep skills-only agents from failing setup, and settle the …
Max17190 5fb50b5
fix(cli): keep MCP setup global-only and keyless for stored launcher …
Max17190 f6d3d7e
fix(cli): one stored-key rule, accurate agent aliases, no repo config…
Max17190 aced17e
fix(cli): close the remaining review findings on MCP setup
Max17190 181768a
fix(cli): keep an escaped quote from ending a TOML multi-line string
Max17190 5e74423
feat(cli): configure Hermes Agent through the shared MCP engine
Max17190 ff47995
fix(cli): preserve YAML file details the document tree drops
Max17190 d62a3e8
feat(cli): install the Firecrawl rule for OpenClaw
Max17190 d565a7f
feat(cli): add the browser sign-in lane to setup mcp
Max17190 ada3954
fix(cli): keep user content and report rules accurately
Max17190 22a9e39
fix(cli): keep credentials off the sign-in endpoint
Max17190 72c65e2
refactor(cli): write MCP config only for agents that share one contract
Max17190 414e8ab
fix(cli): check the auth modes before any early return, drop the unus…
Max17190 554a3c3
docs(readme): fold the MCP setup changes into the existing prose
Max17190 9f15675
fix(cli): never leave a rule without the server it points at
Max17190 f7ca0f6
fix(cli): keep the unwritten agents reported when a writer fails
Max17190 b682dab
fix(cli): keep launch and the agent flags honest about what MCP setup…
Max17190 e9c0191
fix(cli): indent the unwritten-agent lines with the rest of quiet output
Max17190 aa1a2ba
Revert "write MCP config only for agents that share one contract"
Max17190 5893c9c
fix(cli): ask about rules for --agent all, launchers, and openclaw
Max17190 539f1f1
fix(cli): skip OpenClaw rules when MCP fails and close restored launc…
Max17190 0cda80b
fix(cli): print a sign-in step only where an agent needs one
Max17190 d4191e6
fix(cli): drop the rules line for agents that have no rules mechanism
Max17190 a89cb86
fix(cli): stop init from advertising MCP setup it just ran
Max17190 98ed45f
fix(cli): tell quiet callers when only some agents were configured
Max17190 57b8f17
fix(cli): say when requested rules cannot be installed
Max17190 ff0d3f0
fix(cli): stop native MCP setup from writing unusable agent config
Max17190 89a63ba
fix(cli): keep setup --yes and doctor honest when MCP is optional
Max17190 d9272da
fix(cli): edit only Firecrawl's own tables when rewriting Codex config
Max17190 79f2aa6
fix(cli): install MCP into the agents the user has, not all of them
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.