Expand description
This module contains all the tool execution methods for the MemoryMCPServer, organized into focused submodules for maintainability.
Modulesยง
- advanced
- This module contains advanced tool handlers: advanced_pattern_analysis and quality_metrics.
- batch
- This module re-exports batch execution types and provides integration with the MCP server for batch operations.
- core
- This module contains core tool execution methods: list_tools, get_tool, query_memory, and analyze_patterns.
- embeddings
- Embedding tool handlers for the MCP server
- episode_
complete - Episode completion tool for MCP server
- episode_
create - Episode creation tool for MCP server
- episode_
get - Episode retrieval and deletion tools for MCP server
- episode_
relationships - Episode relationship tool handlers for MCP server
- episode_
steps - Episode step logging tool for MCP server
- episode_
timeline - Episode timeline tool for MCP server
- episode_
update - Episode update MCP tool
- external_
signals - External signal provider configuration tool handlers for MCP server
- field_
projection - Field projection and selection for query result optimization
- management
- This module contains tool management functions: add_tool, remove_tool, get_stats, and tracking.
- monitoring
- This module contains health_check and get_metrics tool handlers.
- pattern_
search - Pattern search tool implementations for MCP server
- registry
- Core tool registry implementation