MCP¶
MCP modules provide the agent-facing Topos server, schemas, tools, resources, security checks, and response formatting. Start here when changing how agents call Topos, how results are shaped, or how workflow documentation is exposed through MCP.
|
LRU caches for the Topos MCP server. |
|
Security diagnostic overlay helpers for MCP tools. |
|
Shared evaluation helpers used by the evaluate / assess / inspect tools. |
|
Response formatters for the Topos MCP server. |
|
Pydantic schemas for the Topos MCP server. |
|
Path-safety helpers for the Topos MCP server. |
|
SECURE diagnostics surfaced by MCP tools. |
|
Topos MCP server — FastMCP instance + entry point. |
|
Documentation resources served over MCP. |
|
Assessment tool — compare current vs. |
|
Structural comparison tools: AST edit distance between two programs. |
|
Coverage tools — structural test coverage (UAST) and topological ECT coverage. |
|
Documentation tool — read the Topos docs as an MCP tool. |
|
Evaluation tools: code string, single file, whole project. |
|
Detailed inspection of a code string — every metric exposed, function table, entropy breakdown. |
|
|