sistema creado v0.5.0
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
{
|
||||
"name": "planilla-mcp",
|
||||
"version": "1.0.0",
|
||||
"name": "planilla-mcp-server",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.11.0",
|
||||
"express": "^4.18.2",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": ""
|
||||
"@modelcontextprotocol/sdk": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user