Crate mcp_attr

Source

Re-exports§

pub use jsoncall;

Modules§

client
Module for implementing MCP client
schema
Types defined in the MCP protocol schema
server
Module for implementing MCP server
utils
Types used in the MCP protocol that are not defined in the schema

Macros§

bail
Returns early with a message containing implementation details
bail_public
Returns early with a message that will be exposed externally through JSON-RPC

Structs§

Error
Represents a JSON-RPC error that the server may send as a response.
ErrorCode
JSON-RPC 2.0 error codes
SessionError

Type Aliases§

Result
SessionResult