← Back to Plugins
MCP Server MCP

tc39-mcp

github By github 👁 2 views ▲ 0 votes

Independent MCP server for the TC39 specs (ECMA-262 + ECMA-402): clauses, search, diffs, history.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.xyzzylabs.ai/tc39/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tc39-mcp",
      "version": "0.6.2",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...