feat(agent): add MCP server support - #627
Conversation
Deploying maple with
|
| Latest commit: |
e1697c1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c5b7dde8.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-maple-agent-mcp-mvp-ma.maple-ca8.pages.dev |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 5 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds Agent Mode MCP support across persisted configuration, Goose session setup, Tauri commands, frontend runtime services, connection-error handling, management dialogs, per-session toggles, and documentation for supported transports and MVP behavior. ChangesAgent Mode MCP integration
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant AgentMode
participant TauriAgent
participant Goose
User->>AgentMode: Select MCP servers and create session
AgentMode->>TauriAgent: Create session with mcpServerNames
TauriAgent->>Goose: Attach selected MCP extensions
Goose-->>TauriAgent: Return extension load results
TauriAgent-->>AgentMode: Return session detail with mcpErrors
AgentMode-->>User: Show session and sanitized connection errors
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Review-bot triage for
Local validation is green: production build, typecheck/lint/Clippy, 104 frontend tests, and 112 Rust tests. Three independent review passes found no remaining blocker. |
|
Goose follow-up for
Validation:
Tradeoff: a pathological empty provider response can now cost up to four total calls (initial + three retries), without backoff. That is the deliberate upstream behavior. Responses proxy/tool-name completion and serializing send against an in-flight MCP toggle remain separate follow-ups, not requirements for this fix. |
Summary
Validation
Deferred
Summary by CodeRabbit