Skip to main content

Module tools

Module tools 

Source
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§

ToolDefinition
Definition of an MCP tool.
ToolRegistry
Registry of MCP tools.
ToolResult
Result of a tool execution.

Enums§

ToolContent
Content types that can be returned by tools.