Feature Request: Fallback Support for Root-Level .mcp.json Configuration #552
Closed
HadesArchitect
started this conversation in
1. Feature requests
Replies: 2 comments
-
Taken by @seuros :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closed in #554 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Origin: https://discord.com/channels/1349288496988160052/1349358609678598277/1377967872378404964
Summary
Add support for
.mcp.json
configuration file in the project root directory as a fallback when.kilocode/mcp.json
is not available.Background
Currently, Kilocode looks for MCP (Model Context Protocol) configuration exclusively in
.kilocode/mcp.json
. Other tools like Zed editor use.mcp.json
in the project root directory. This creates a compatibility issue when switching between editors or when teams use different tools.Proposed Solution
Implement a fallback mechanism that:
.kilocode/mcp.json
(current behavior).mcp.json
in the project root.mcp.json
configuration if availableBenefits
Implementation Notes
.kilocode/mcp.json
to maintain current behavior.mcp.json
as a fallback when Kilocode-specific config is not presentExample Use Case
A developer working on a project that already has
.mcp.json
configured for Zed can immediately start using Kilocode without needing to duplicate their MCP server configurations.Beta Was this translation helpful? Give feedback.
All reactions