feat: Support claude-style hidden workspace MCP configuration files via .mcp.json
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-17 10:46:26 -06:00
parent 825f9f6bf5
commit 6958e9cba8
5 changed files with 113 additions and 46 deletions
+4 -2
View File
@@ -138,8 +138,10 @@ enabled_mcp_servers: null # Which MCP servers to enable by default.
# enabled_mcp_servers: github,slack,ddg-search
no_workspace_mcp: false # Disable loading workspace-local MCP servers from .coyote/mcp.json (default: false).
# When false (the default), Coyote merges .coyote/mcp.json from the current directory
# into the global MCP registry at startup. Workspace entries shadow global ones on
# name collision. Set to true (or pass --no-workspace-mcp) to skip this entirely.
# into the global MCP registry at startup. If mcp.json is absent, Coyote falls back
# to .coyote/.mcp.json (leading dot) for compatibility with Claude-style
# configurations. Workspace entries shadow global ones on name collision.
# Set to true (or pass --no-workspace-mcp) to skip this entirely.
# ---- Skills ----
# Skills are modular knowledge or capability packs the LLM can load and unload mid-conversation.