mcp.tool(
name="afml_get_context",
description=(
"Search then return each hit with neighbor windows. "
"Useful for agents drafting grounded quant-research notes from AFML."
| 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