ecma262

GitHub

Status, process, and documents for ECMA-262

15,665 stars HTML 1 file ยท ~1,454 tokens #ecmascript#javascript

ecma262 MCP Server

MCP server for tc39/ecma262

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "ecma262": {
      "command": "npx",
      "args": [
        "-y",
        "@tc39/ecma262"
      ]
    }
  }
}