feat(launch): add MCP config file and EDGEE_MCP_URL override#56
Open
NicolasGirardot wants to merge 4 commits intomainfrom
Open
feat(launch): add MCP config file and EDGEE_MCP_URL override#56NicolasGirardot wants to merge 4 commits intomainfrom
NicolasGirardot wants to merge 4 commits intomainfrom
Conversation
Write an MCP config with the auth token and pass it to claude via --mcp-config. Add an mcp_url profile override (sourced from EDGEE_MCP_URL or profile) with a default of https://mcp.edgee.ai, and persist the env var into the profile at login. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Prompt users on first Claude launch to choose whether to enable Edgee MCP integration (GitHub repo detection, session naming, PR tracking). The choice is persisted as `enable_mcp` in the profile. When disabled, no MCP config or system prompt is injected into Claude Code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Built with Edgee — View session
Summary
claudevia--mcp-configmcp_urlprofile override (envEDGEE_MCP_URL→ profile → defaulthttps://mcp.edgee.ai)EDGEE_MCP_URLinto the profile during login setupTest plan
cargo fmt --all -- --checkcargo clippy -p edgee-cli --all-targets -- -D warningscargo test -p edgee-cliedgee launch claudepicks up MCP config and respectsEDGEE_MCP_URL🤖 Generated with Claude Code