Skip to content

McpServerInstruction

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/types.ts:683

EXT-32 — one connected MCP server’s discovery instructions string (from its MCP initialize handshake), paired with the server name it came from. Captured once during tool resolution and reused: injected (fenced + per-server-labelled) into the composed system prompt, and available for [[TUI-C20]]’s MCP debug tab to render the same captured text. Only servers that actually supplied non-empty instructions appear here.

instructions: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/types.ts:687

The server-provided instructions text (trimmed, non-empty).


server: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/types.ts:685

The configured MCP server name (the key under config.mcpServers).