Add mcp-gateway/erpnext-mcp/package.json
This commit is contained in:
parent
f390e750ee
commit
96bf14bba7
1 changed files with 22 additions and 0 deletions
22
mcp-gateway/erpnext-mcp/package.json
Normal file
22
mcp-gateway/erpnext-mcp/package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "erpnext-mcp-server",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Comprehensive MCP server for ERPNext with 100+ tools",
|
||||||
|
"type": "module",
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"build": "tsc",
|
||||||
|
"start": "node dist/index.js",
|
||||||
|
"dev": "tsc --watch"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
||||||
|
"express": "^4.21.0",
|
||||||
|
"zod": "^3.24.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/express": "^5.0.0",
|
||||||
|
"@types/node": "^22.0.0",
|
||||||
|
"typescript": "^5.7.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue