sistema creado v0.5.0
Some checks failed
build-and-push / deploy (push) Has been skipped
build-and-push / build (push) Failing after 6s

This commit is contained in:
2025-05-14 16:10:41 -06:00
parent b5e40cf4ac
commit 745168cf51
193 changed files with 7267 additions and 8789 deletions

View File

@@ -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"
}
}