docs: Updated Wiki to include greater visibility for restricting MCP tooling

2026-08-28 12:12:23 -06:00
parent 0ba1a0603d
commit d50c3ef611
2 changed files with 4 additions and 1 deletions
+3 -1
@@ -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.
+1
@@ -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