Skip to content

v1.5.0 — Dual Transport (OpenClaw Ready)

Choose a tag to compare

@PaulieB14 PaulieB14 released this 12 Mar 21:36
· 11 commits to main since this release

What's New

  • Dual transport support — serve both stdio (Claude Desktop, Cursor, Claude Code) and SSE/HTTP (OpenClaw, remote agents) from a single process
  • CLI flags: --http (dual), --http-only (SSE only), MCP_HTTP_PORT env var
  • SKILL.md for ClawHub registry
  • Default SSE port: 3851

Transport Modes

Invocation Transports Use case
npx graph-polymarket-mcp stdio Claude Desktop, Cursor, Claude Code
npx graph-polymarket-mcp --http stdio + SSE :3851 Dual — local + remote agents
npx graph-polymarket-mcp --http-only SSE :3851 OpenClaw, remote deployments