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
+2 -1
View File
@@ -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"