Skip to main content

Module mcp

Module mcp 

Source
Expand description

MCP (Model Context Protocol) server — stdio JSON-RPC 2.0.

Implements the minimal MCP handshake (initialize, notifications/initialized, tools/list, tools/call, ping) over line-delimited JSON on stdin/stdout.

Modules§

tools
MCP tool definitions and dispatch for the authy vault.

Structs§

JsonRpcError
JsonRpcRequest
JsonRpcResponse
McpServer
MCP server that dispatches JSON-RPC requests to the AuthyClient API.