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.
- Error
Code - JSON-RPC 2.0 error codes
- Session
Error