Expand description
AgenticReality MCP Server — universal LLM access to existential grounding.
Re-exports§
pub use config::ServerConfig;pub use protocol::ProtocolHandler;pub use session::SessionManager;pub use transport::StdioTransport;
Modules§
- config
- Server configuration — loading from environment, args, and defaults.
- prompts
- MCP prompts.
- protocol
- MCP protocol handler — JSON-RPC message processing, negotiation, and validation.
- resources
- MCP resources.
- session
- Session management for the MCP server.
- streaming
- SSE streaming support for MCP over HTTP.
- tools
- MCP tool registry — 15 tools for reality operations.
- transport
- Transport layer for MCP communication.
- types
- MCP type definitions — error handling, capabilities, messages, requests, responses, notifications.