mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
Update package.json description and add server.json configuration file
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "ask262",
|
||||
"version": "0.0.13",
|
||||
"description": "MCP server for exploring ECMAScript specification and engine262 JavaScript engine implementation",
|
||||
"mcpName": "io.github.bendtherules/ask262",
|
||||
"description": "MCP server for understanding Javascript internals from ECMAScript specification. Provides vector search over the ECMAScript spec, section content retrieval, and JavaScript code execution with spec section tracing via engine262.",
|
||||
"packageManager": "bun@1.2.8",
|
||||
"engines": {
|
||||
"bun": ">=1.0.0"
|
||||
|
||||
+17
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user