Files
pos-system/services/goodgo-mcp-server/package.json

29 lines
731 B
JSON

{
"name": "@goodgo/mcp-server",
"version": "1.0.0",
"description": "GoodGo MCP Server — AI-assisted F&B operations for catalog, inventory, recipes, and analytics",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.24.0",
"axios": "^1.7.0",
"dotenv": "^16.4.0"
},
"devDependencies": {
"typescript": "^5.7.0",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"vitest": "^2.1.0",
"@vitest/coverage-v8": "^2.1.0"
}
}