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§
- Json
RpcError - Json
RpcRequest - Json
RpcResponse - McpServer
- MCP server that dispatches JSON-RPC requests to the AuthyClient API.