Skip to content

feat: enhance MCP tools and environment management#41

Merged
maximedogawa merged 2 commits into
mainfrom
40-feature-add-search
Apr 17, 2026
Merged

feat: enhance MCP tools and environment management#41
maximedogawa merged 2 commits into
mainfrom
40-feature-add-search

Conversation

@maximedogawa
Copy link
Copy Markdown
Collaborator

  • Updated the fetchMcpTools function to increase the timeout from 3000ms to 15000ms, improving reliability in fetching tools.
  • Introduced a new mcpEnvHelpers.ts module to manage environment variables, including functions for identifying secret keys and building environment maps from form inputs.
  • Refactored the AddServerForm and McpServerCard components to utilize the new environment management functions, enhancing the handling of API keys and other environment variables.
  • Added passthrough environment handling in the tool engine, allowing for better management of environment variables associated with tools.
  • Implemented new server routes for handling passthrough environment updates, improving the API's capability to manage tool-specific configurations.

- Updated the `fetchMcpTools` function to increase the timeout from 3000ms to 15000ms, improving reliability in fetching tools.
- Introduced a new `mcpEnvHelpers.ts` module to manage environment variables, including functions for identifying secret keys and building environment maps from form inputs.
- Refactored the `AddServerForm` and `McpServerCard` components to utilize the new environment management functions, enhancing the handling of API keys and other environment variables.
- Added passthrough environment handling in the tool engine, allowing for better management of environment variables associated with tools.
- Implemented new server routes for handling passthrough environment updates, improving the API's capability to manage tool-specific configurations.
@maximedogawa maximedogawa linked an issue Apr 17, 2026 that may be closed by this pull request
3 tasks
@maximedogawa maximedogawa self-assigned this Apr 17, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@maximedogawa has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 45 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 54 minutes and 45 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6d685768-ea34-4a61-a864-eaf2db6c0f3b

📥 Commits

Reviewing files that changed from the base of the PR and between ec9fbc5 and 0c7b79a.

📒 Files selected for processing (22)
  • src-tauri/src/infrastructure/http_server.rs
  • src-tauri/src/modules/bot/agent.rs
  • src-tauri/src/modules/bot/mod.rs
  • src-tauri/src/modules/bot/search_followup.rs
  • src-tauri/src/modules/mcp/registry.rs
  • src-tauri/src/modules/mcp/service.rs
  • src-tauri/src/modules/mcp/types.rs
  • src-tauri/src/modules/ollama/service.rs
  • src-tauri/src/modules/skills/service.rs
  • src-tauri/src/modules/skills/types.rs
  • src-tauri/src/modules/tool_engine/service.rs
  • src-tauri/src/modules/tool_engine/types.rs
  • src-tauri/src/shared/text.rs
  • src/modules/mcp/components/AddServerForm.tsx
  • src/modules/mcp/components/McpServerCard.tsx
  • src/modules/mcp/components/McpToolsPanel.tsx
  • src/modules/mcp/index.ts
  • src/modules/mcp/mcpEnvHelpers.ts
  • src/modules/toolengine/components/ToolEnginePanel.tsx
  • src/modules/toolengine/index.ts
  • tools/brave-search/Dockerfile
  • tools/mcp-tools.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 40-feature-add-search

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- Deleted the SKILL.md file for the Game Informer skill, which included usage guidelines and rules for fetching news from gameinformer.com. This change streamlines the skills documentation by removing outdated or unnecessary content.
@maximedogawa maximedogawa merged commit ce4a88f into main Apr 17, 2026
1 check passed
@maximedogawa maximedogawa deleted the 40-feature-add-search branch April 17, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add Search

1 participant