Skip to content

MCP server so agents can drive two-go #11

Description

@tugkanboz

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions