pmcp 1.9.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
{
  "name": "pmcp",
  "version": "1.6.1",
  "description": "High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility",
  "main": "target/release/pmcp",
  "bin": {
    "pmcp": "target/release/pmcp"
  },
  "mcp": {
    "runtime": "binary",
    "tools": {},
    "resources": {}
  }
}