From d50c3ef6118f782901041b8bfcfbad9d05d14845 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 28 Aug 2026 12:12:23 -0600 Subject: [PATCH] docs: Updated Wiki to include greater visibility for restricting MCP tooling --- Home.md | 4 +++- _Sidebar.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 988f038..41462fe 100644 --- a/Home.md +++ b/Home.md @@ -40,7 +40,9 @@ Coming from [AIChat](https://github.com/sigoden/aichat)? Follow the [migration g * [Create Custom TypeScript Tools](Custom-Tools#custom-typescript-based-tools) * [Create Custom Bash Tools](Custom-Bash-Tools) * [Bash Prompt Utilities](Bash-Prompt-Helpers) -* [First-Class MCP Server Support](MCP-Servers): Easily connect and interact with MCP servers for advanced functionality. Coyote supports all three MCP capabilities: tools, resources, and prompts, with capability-gated meta-tools for the model and a `.prompt` REPL command for invoking server prompts yourself. +* [First-Class MCP Server Support](MCP-Servers): Easily connect and interact with MCP servers for advanced functionality. + * Supports all three MCP capabilities: tools, resources, and prompts, with capability-gated meta-tools for the model and a `.prompt` REPL command for invoking server prompts yourself. + * [Per-server tool whitelists](MCP-Servers#restricting-mcp-tools-tool-whitelists) (with glob patterns) restrict exactly which MCP tools the model can see and call. Configurable globally, per role, agent, session, skill, or graph node. * [Macros](Macros): Automate repetitive tasks and workflows with Coyote "scripts" (macros), and invoke them as your own custom REPL commands. * [RAG](RAG): Retrieval-Augmented Generation for enhanced information retrieval and generation. * [Sessions](Sessions): Manage and persist conversational contexts and settings across multiple interactions. diff --git a/_Sidebar.md b/_Sidebar.md index 8363626..5cee267 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -39,6 +39,7 @@ - [Interacting with MCP Servers](MCP-Servers#interacting-with-mcp-servers) - [Reading Resources](MCP-Servers#reading-resources) - [Prompts](MCP-Servers#prompts) + - [Restricting MCP Tools](MCP-Servers#restricting-mcp-tools-tool-whitelists) - [Sandbox Compatibility](MCP-Servers#sandbox-compatibility) ## Agents