Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-08 03:12:29 +02:00
padre b4c6a7d52e
commit 2959aea9b1
Se han modificado 7 ficheros con 285 adiciones y 70 borrados

Ver fichero

@@ -17,7 +17,7 @@
},
"keywords": [
"mcp",
"model-context-protocol",
"model-context-protocol",
"quantum-computing",
"cuda-quantum",
"nvidia",
@@ -35,38 +35,30 @@
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"python-bridge": "^2.0.2",
"node-ffi-napi": "^2.5.0",
"ref-napi": "^3.0.3",
"ref-array-napi": "^1.2.2",
"ref-struct-napi": "^1.1.1",
"zod": "^3.22.0",
"winston": "^3.11.0",
"express": "^4.18.2",
"cors": "^2.8.5",
"helmet": "^7.1.0",
"dotenv": "^16.3.1",
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.6.2",
"commander": "^11.1.0",
"dotenv": "^16.6.1",
"uuid": "^9.0.1",
"chalk": "^5.3.0",
"commander": "^11.1.0"
"winston": "^3.18.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.7",
"@types/express": "^4.17.21",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.8",
"typescript": "^5.3.0",
"ts-node": "^10.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"eslint": "^8.55.0",
"@types/node": "^20.19.19",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"prettier": "^3.1.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.0",
"typedoc": "^0.25.0",
"nodemon": "^3.0.2"
"typescript": "^5.3.0"
},
"repository": {
"type": "git",
@@ -76,4 +68,4 @@
"url": "https://github.com/mcp-quantum/mcp-quantum-server/issues"
},
"homepage": "https://github.com/mcp-quantum/mcp-quantum-server#readme"
}
}