UNPKG

mcp-repl

Version:

MCP REPL with code execution and semantic code search

45 lines (44 loc) 1.07 kB
{ "name": "mcp-repl", "version": "2.0.15", "description": "MCP REPL with code execution and semantic code search", "main": "src/direct-executor-server.js", "type": "module", "bin": { "mcp-repl": "./src/direct-executor-server.js" }, "publishConfig": { "access": "public" }, "scripts": { "start": "node src/direct-executor-server.js", "dev": "node src/direct-executor-server.js ./test" }, "dependencies": { "@ast-grep/napi": "^0.37.0", "@modelcontextprotocol/sdk": "^1.11.0", "@xenova/transformers": "^2.17.2", "onnxruntime-web": "^1.14.0", "better-sqlite3": "^11.9.1", "sqlite-vss": "^0.1.2", "tree-sitter": "^0.21.1", "tree-sitter-javascript": "^0.23.1", "vectra": "^0.10.0" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/mcp-repl.git" }, "keywords": [ "mcp", "repl", "semantic", "code", "search" ], "author": "", "license": "MIT" }