Integrate komodo_client package: typed rpc overloads, executeAndPoll, auto-generated types
This commit is contained in:
Generated
+28
@@ -9,6 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.12.1",
|
||||
"komodo_client": "^2.3.2",
|
||||
"zod": "^3.24.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -1198,6 +1199,24 @@
|
||||
"integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/jwt-decode": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
|
||||
"integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/komodo_client": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/komodo_client/-/komodo_client-2.3.2.tgz",
|
||||
"integrity": "sha512-t/RQdFvIjphu+Sj7TA25Q6bj+y6ULpPHE/WD4TcBDf82KkVmYCJbX9EkTJaisakSeG/PUvLmu1pg2aAeP4N9PQ==",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"mogh_auth_client": "^1.7.1"
|
||||
}
|
||||
},
|
||||
"node_modules/math-intrinsics": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
||||
@@ -1257,6 +1276,15 @@
|
||||
"url": "https://opencollective.com/express"
|
||||
}
|
||||
},
|
||||
"node_modules/mogh_auth_client": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/mogh_auth_client/-/mogh_auth_client-1.7.1.tgz",
|
||||
"integrity": "sha512-IWT7ET5QmqNGqrGgNy4oyF4LMb1TeLXQhDw6AXzd5S/WfWC9JJx7xjnIdJFqXpl3zoZ+va773RrPB5ufGPkVVQ==",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"jwt-decode": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/ms": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
||||
|
||||
Reference in New Issue
Block a user