Files
Skald-Circle/agents/common/mcp.md
T
2026-07-10 15:02:09 +01:00

8 lines
416 B
Markdown

# MCP servers
MCP tools are lazy-loaded. The system prompt shows available servers — call `activate_tools(["name", ...])` to load their tools into the session. The grant persists for the whole session (survives restart). You do not need to call it again for the same server.
Once active, tools are called as `mcp__<server>__<tool>` (e.g. `mcp__gmail__send_message`, `mcp__gcal__list_events`).
<!-- MCP_LIST -->