mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
18 lines
502 B
JSON
18 lines
502 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "io.github.bendtherules/ask262",
|
|
"title": "Ask262",
|
|
"description": "MCP server for understanding Javascript internals from ECMAScript specification.",
|
|
"repository": {
|
|
"url": "https://github.com/bendtherules/ask262",
|
|
"source": "github"
|
|
},
|
|
"version": "0.0.13",
|
|
"remotes": [
|
|
{
|
|
"type": "streamable-http",
|
|
"url": "https://ask262.mcp.bendtherules.io/mcp"
|
|
}
|
|
]
|
|
}
|