pmcp 2.0.2

High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.paiml/pmcp",
  "version": "1.19.0",
  "description": "PMCP SDK developer tools — protocol testing, scaffolding, schema export, and docs",
  "repository": {
    "url": "https://github.com/paiml/rust-mcp-sdk",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pmcp-server.us-east.true-mcp.com/mcp"
    }
  ]
}