Expose two-go over the Model Context Protocol so an AI agent (Claude and others) can make HTTP calls and use the helpers as tools.
- Zero dependency: a minimal JSON-RPC over stdio MCP server, no SDK.
- Tools: http_request (real call via go()), gen_openapi, gen_postman, infer_schema, validate_schema.
- Binary: two-go-mcp. Server logic in src/mcp/server.js so it is unit testable.
- Handles initialize, tools/list, tools/call. Types and tests (including http_request against a local server).
Expose two-go over the Model Context Protocol so an AI agent (Claude and others) can make HTTP calls and use the helpers as tools.