From d8eec1d4275f00f44f5e9e8e0abefdf3c17422dd Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 13 Jul 2026 17:14:06 -0600 Subject: [PATCH] docs: Documented the new no_workspace_mcp configuration property that disables workspace-local MCP configurations --- config.example.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index c30a645..c2e2a12 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -134,6 +134,10 @@ enabled_mcp_servers: null # Which MCP servers to enable by default. # - slack # Example (comma-separated form): # 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. # ---- Skills ---- # Skills are modular knowledge or capability packs the LLM can load and unload mid-conversation.