Files
mokoplatform/mcp/package.json
T

30 lines
707 B
JSON
Raw Permalink Normal View History

{
"name": "@mokoconsulting/mokostandards-mcp",
"version": "1.0.0",
"description": "MCP server for MokoStandards governance — validation, compliance, platform detection, definitions browser",
"type": "module",
"main": "dist/index.js",
"bin": {
"mokostandards-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"clean": "rm -rf dist/"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20.0.0"
},
"license": "GPL-3.0-or-later",
"author": "Moko Consulting <hello@mokoconsulting.tech>"
}