Update package.json description and add server.json configuration file

This commit is contained in:
2026-04-23 10:14:45 +05:30
parent adcbdc91c4
commit 9a584a1d41
2 changed files with 19 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$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"
}
]
}