PR #107 (merged) added the deterministic local stdio MCP host runtime, including:
- stdio session lifecycle (initialize, list_tools, tool_call, close)
- runtime env/cwd support
- evidence forging protections
- bounded string/collection/depth/schema sizes
- canonical tool naming and server identity preservation
What remains for a full MCP host adapter:
- HTTP transport (Streamable HTTP and/or legacy SSE)
- OAuth / auth flows per the MCP auth spec
- Resources, prompts, sampling beyond tools
- CLI flag exposure (`--mcp-target` currently runs a workflow callable; expose the host runtime directly)
- Live integration tests beyond the deterministic fixture
Scope was deliberately limited in PR #107 to land stdio first.
PR #107 (merged) added the deterministic local stdio MCP host runtime, including:
What remains for a full MCP host adapter:
Scope was deliberately limited in PR #107 to land stdio first.