Expand description
MCP tool implementations.
Provides tool handlers for the Model Context Protocol.
§Module Structure
definitions: Tool schema definitions (JSON Schema for input validation)handlers: Tool execution logic- [
handlers::core]: Core memory operations (capture, recall, sync, etc.) - [
handlers::prompts]: Prompt management operations (save, list, run, etc.)
- [
Modules§
- definitions 🔒
- Tool definitions for MCP tools.
- handlers 🔒
- Tool execution handlers.
Structs§
- Tool
Definition - Definition of an MCP tool.
- Tool
Registry - Registry of MCP tools.
- Tool
Result - Result of a tool execution.
Enums§
- Tool
Content - Content types that can be returned by tools.