MCPcopy Create free account
hub / github.com/Open-Quant/openquant / afml_get_chunk

Route afml_get_chunk

scripts/afml_mcp_server.py:None–None  ·  view source on GitHub ↗
mcp.tool(
    name="afml_get_chunk",
    description="Fetch a chunk by chunk_id, optionally including neighboring chunks for context.",
)

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""MCP server for AFML semantic retrieval.
3
4Default transport: stdio

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected