Skip to main content

Module handlers

Module handlers 

Source
Expand description

Tool execution handlers.

This module contains the execution logic for all MCP tools, organized into submodules by domain.

Re-exportsยง

pub use context_templates::execute_context_template_delete;
pub use context_templates::execute_context_template_get;
pub use context_templates::execute_context_template_list;
pub use context_templates::execute_context_template_render;
pub use context_templates::execute_context_template_save;
pub use context_templates::execute_templates;
pub use core::execute_capture;
pub use core::execute_consolidate;
pub use core::execute_delete;
pub use core::execute_delete_all;
pub use core::execute_enrich;
pub use core::execute_gdpr_export;
pub use core::execute_get;
pub use core::execute_get_summary;
pub use core::execute_history;
pub use core::execute_init;
pub use core::execute_list;
pub use core::execute_namespaces;
pub use core::execute_prompt_understanding;
pub use core::execute_recall;
pub use core::execute_reindex;
pub use core::execute_restore;
pub use core::execute_status;
pub use core::execute_update;
pub use graph::execute_entities;
pub use graph::execute_entity_merge;
pub use graph::execute_extract_entities;
pub use graph::execute_graph;
pub use graph::execute_graph_query;
pub use graph::execute_graph_visualize;
pub use graph::execute_relationship_infer;
pub use graph::execute_relationships;
pub use groups::execute_group_add_member;
pub use groups::execute_group_create;
pub use groups::execute_group_delete;
pub use groups::execute_group_get;
pub use groups::execute_group_list;
pub use groups::execute_group_remove_member;
pub use groups::execute_group_update_role;
pub use groups::execute_groups;
pub use prompts::execute_prompt_delete;
pub use prompts::execute_prompt_get;
pub use prompts::execute_prompt_list;
pub use prompts::execute_prompt_run;
pub use prompts::execute_prompt_save;
pub use prompts::execute_prompts;

Modulesยง

context_templates ๐Ÿ”’
Context template tool execution handlers.
core ๐Ÿ”’
Core tool execution handlers.
graph ๐Ÿ”’
Graph tool execution handlers.
groups ๐Ÿ”’
Group management MCP tool handlers.
prompts ๐Ÿ”’
Prompt tool execution handlers.