Holaspirit MCP Server

{ "name": "mcp-extension", "version": "1.0.0", "description": "WebSocket-based tool execution support for SillyTavern", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "SillyTavern Community", "license": "MIT", "dependencies": { "express": "^4.18.2", "ws": "^8.16.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.5", "@types/ws": "^8.5.10", "typescript": "^5.3.3" } }