mcp.tool(
name="afml_get_chunk",
description="Fetch a chunk by chunk_id, optionally including neighboring chunks for context.",
)
| 1 | #!/usr/bin/env python3 |
| 2 | """MCP server for AFML semantic retrieval. |
| 3 | |
| 4 | Default transport: stdio |
nothing calls this directly
no outgoing calls
no test coverage detected