UNPKG

yii2-mcp-server

Version:

MCP Server for Yii2 Framework - Database schema inspection, command execution, and project management

55 lines 1.24 kB
{ "name": "yii2-mcp-server", "version": "1.0.2", "description": "MCP Server for Yii2 Framework - Database schema inspection, command execution, and project management", "main": "dist/index.js", "bin": { "yii2-mcp-server": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "files": [ "dist/", "README.md", "package.json", "install.sh" ], "keywords": [ "mcp", "yii2", "php", "database", "claude-code", "model-context-protocol", "yii-framework", "database-inspection", "console-commands" ], "author": "ArtMin96", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ArtMin96/yii2-mcp-server.git" }, "homepage": "https://github.com/ArtMin96/yii2-mcp-server#readme", "bugs": { "url": "https://github.com/ArtMin96/yii2-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "mysql2": "^3.11.0", "node-sql-parser": "^5.3.3" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.5.0" } }