Gracefully shut down connections to the MCP server. Session management will vary per transport. See https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#session-management.
(ctx context.Context)
| 14 | // Gracefully shut down connections to the MCP server. Session management will vary per transport. |
| 15 | // See https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#session-management. |
| 16 | Shutdown(ctx context.Context) error |
| 17 | |
| 18 | // ListTools lists all known tools. These MUST be sorted in a stable order. |
| 19 | ListTools() []*Tool |
no outgoing calls