UNPKG

@nataliapc/mcp-openmsx

Version:

Model context protocol server for openMSX automation and control

71 lines (70 loc) 1.75 kB
{ "name": "@nataliapc/mcp-openmsx", "version": "1.2.4", "description": "Model context protocol server for openMSX automation and control", "main": "dist/server.js", "type": "module", "bin": { "mcp-openmsx": "dist/server.js" }, "keywords": [ "mcp", "model-context-protocol", "openmsx", "msx", "emulator", "automation", "retro-computing" ], "author": "Natalia Pujol Cremades <info@abitwitches.com>", "license": "GPL2", "repository": { "type": "git", "url": "git+https://github.com/nataliapc/mcp-openmsx.git" }, "bugs": { "url": "https://github.com/nataliapc/mcp-openmsx/issues" }, "homepage": "https://github.com/nataliapc/mcp-openmsx#readme", "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc && shx chmod +x dist/server.js", "watch": "tsc --watch", "start": "node dist/server.js", "dev": "tsx src/server.ts", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "@themaximalist/embeddings.js": "^0.1.3", "@types/express": "^5.0.2", "@xenova/transformers": "^2.17.2", "debug": "^4.4.1", "express": "^5.1.0", "sanitize-html": "^2.17.0", "tsx": "^4.7.1", "vectra": "^0.11.1", "zod": "^3.24.4" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.15.0", "@types/mime-types": "^3.0.1", "@types/node": "^24.0.15", "@types/sanitize-html": "^2.16.0", "shx": "^0.4.0", "typescript": "^5.8.3" }, "files": [ "dist/**/*", "resources/**/*", "vector-db/**/*", "README.md", "LICENSE" ], "publishConfig": { "access": "public" } }