Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 802 Bytes

File metadata and controls

38 lines (25 loc) · 802 Bytes

MCP_TOOL_SPECIFICATION.md

Version: v1.2.3 | Status: Draft | Last Updated: March 2026

Module: graph_rag

Overview

Model Context Protocol tool specifications for the graph_rag module.

Tools

No MCP tools are currently defined for this module. Tools will be added as the module matures.

Tool Schema

Tools follow the standard MCP tool specification format:

{
  "name": "tool_name",
  "description": "Tool description",
  "parameters": {
    "type": "object",
    "properties": {},
    "required": []
  }
}

Integration

This module integrates with the Codomyrmex Model Context Protocol system defined in src/codomyrmex/model_context_protocol/.

Navigation