@nirvana-labs/nirvana-mcp 1.28.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -435
- package/code-tool.d.mts +2 -44
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +2 -44
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +6 -3
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +6 -3
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +3 -3
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +3 -3
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +1 -1
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +1 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts.map +1 -1
- package/http.js +1 -18
- package/http.js.map +1 -1
- package/http.mjs +1 -18
- package/http.mjs.map +1 -1
- package/index.js +4 -40
- package/index.js.map +1 -1
- package/index.mjs +4 -40
- package/index.mjs.map +1 -1
- package/options.d.mts +0 -9
- package/options.d.mts.map +1 -1
- package/options.d.ts +0 -9
- package/options.d.ts.map +1 -1
- package/options.js +4 -359
- package/options.js.map +1 -1
- package/options.mjs +4 -359
- package/options.mjs.map +1 -1
- package/package.json +9 -49
- package/server.d.mts +3 -8
- package/server.d.mts.map +1 -1
- package/server.d.ts +3 -8
- package/server.d.ts.map +1 -1
- package/server.js +12 -65
- package/server.js.map +1 -1
- package/server.mjs +11 -62
- package/server.mjs.map +1 -1
- package/src/code-tool.ts +6 -3
- package/src/docs-search-tool.ts +1 -1
- package/src/http.ts +1 -19
- package/src/index.ts +5 -52
- package/src/options.ts +5 -386
- package/src/server.ts +12 -72
- package/src/stdio.ts +2 -3
- package/src/{tools/types.ts → types.ts} +1 -1
- package/stdio.d.mts +1 -2
- package/stdio.d.mts.map +1 -1
- package/stdio.d.ts +1 -2
- package/stdio.d.ts.map +1 -1
- package/stdio.js +2 -2
- package/stdio.js.map +1 -1
- package/stdio.mjs +2 -2
- package/stdio.mjs.map +1 -1
- package/{tools/types.d.mts → types.d.mts} +1 -1
- package/types.d.mts.map +1 -0
- package/{tools/types.d.ts → types.d.ts} +1 -1
- package/types.d.ts.map +1 -0
- package/types.js.map +1 -0
- package/types.mjs.map +1 -0
- package/compat.d.mts +0 -58
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -58
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -387
- package/compat.js.map +0 -1
- package/compat.mjs +0 -378
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -135
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -132
- package/dynamic-tools.mjs.map +0 -1
- package/filtering.d.mts +0 -3
- package/filtering.d.mts.map +0 -1
- package/filtering.d.ts +0 -3
- package/filtering.d.ts.map +0 -1
- package/filtering.js +0 -24
- package/filtering.js.map +0 -1
- package/filtering.mjs +0 -16
- package/filtering.mjs.map +0 -1
- package/src/compat.ts +0 -483
- package/src/dynamic-tools.ts +0 -159
- package/src/filtering.ts +0 -18
- package/src/tools/api-keys/create-api-keys.ts +0 -70
- package/src/tools/api-keys/delete-api-keys.ts +0 -40
- package/src/tools/api-keys/get-api-keys.ts +0 -54
- package/src/tools/api-keys/list-api-keys.ts +0 -60
- package/src/tools/api-keys/update-api-keys.ts +0 -63
- package/src/tools/compute/vms/availability/create-vms-compute-availability.ts +0 -201
- package/src/tools/compute/vms/availability/update-vms-compute-availability.ts +0 -99
- package/src/tools/compute/vms/create-compute-vms.ts +0 -199
- package/src/tools/compute/vms/delete-compute-vms.ts +0 -54
- package/src/tools/compute/vms/get-compute-vms.ts +0 -54
- package/src/tools/compute/vms/list-compute-vms.ts +0 -60
- package/src/tools/compute/vms/os-images/list-vms-compute-os-images.ts +0 -60
- package/src/tools/compute/vms/restart-compute-vms.ts +0 -52
- package/src/tools/compute/vms/update-compute-vms.ts +0 -97
- package/src/tools/compute/vms/volumes/list-vms-compute-volumes.ts +0 -63
- package/src/tools/compute/volumes/availability/create-volumes-compute-availability.ts +0 -80
- package/src/tools/compute/volumes/availability/update-volumes-compute-availability.ts +0 -69
- package/src/tools/compute/volumes/create-compute-volumes.ts +0 -78
- package/src/tools/compute/volumes/delete-compute-volumes.ts +0 -54
- package/src/tools/compute/volumes/get-compute-volumes.ts +0 -54
- package/src/tools/compute/volumes/list-compute-volumes.ts +0 -60
- package/src/tools/compute/volumes/update-compute-volumes.ts +0 -69
- package/src/tools/index.ts +0 -285
- package/src/tools/networking/connect/connections/create-connect-networking-connections.ts +0 -122
- package/src/tools/networking/connect/connections/delete-connect-networking-connections.ts +0 -56
- package/src/tools/networking/connect/connections/get-connect-networking-connections.ts +0 -56
- package/src/tools/networking/connect/connections/list-connect-networking-connections.ts +0 -60
- package/src/tools/networking/connect/connections/update-connect-networking-connections.ts +0 -65
- package/src/tools/networking/connect/routes/list-connect-networking-routes.ts +0 -60
- package/src/tools/networking/firewall-rules/create-networking-firewall-rules.ts +0 -87
- package/src/tools/networking/firewall-rules/delete-networking-firewall-rules.ts +0 -59
- package/src/tools/networking/firewall-rules/get-networking-firewall-rules.ts +0 -59
- package/src/tools/networking/firewall-rules/list-networking-firewall-rules.ts +0 -63
- package/src/tools/networking/firewall-rules/update-networking-firewall-rules.ts +0 -90
- package/src/tools/networking/vpcs/availability/create-vpcs-networking-availability.ts +0 -86
- package/src/tools/networking/vpcs/availability/update-vpcs-networking-availability.ts +0 -69
- package/src/tools/networking/vpcs/create-networking-vpcs.ts +0 -84
- package/src/tools/networking/vpcs/delete-networking-vpcs.ts +0 -54
- package/src/tools/networking/vpcs/get-networking-vpcs.ts +0 -54
- package/src/tools/networking/vpcs/list-networking-vpcs.ts +0 -60
- package/src/tools/networking/vpcs/update-networking-vpcs.ts +0 -69
- package/src/tools/operations/get-operations.ts +0 -54
- package/src/tools/operations/list-operations.ts +0 -60
- package/src/tools/projects/create-projects.ts +0 -60
- package/src/tools/projects/delete-projects.ts +0 -40
- package/src/tools/projects/get-projects.ts +0 -54
- package/src/tools/projects/list-projects.ts +0 -60
- package/src/tools/projects/update-projects.ts +0 -63
- package/src/tools/regions/get-regions.ts +0 -54
- package/src/tools/regions/list-regions.ts +0 -60
- package/src/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.ts +0 -60
- package/src/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.ts +0 -54
- package/src/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.ts +0 -64
- package/src/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.ts +0 -60
- package/src/tools/rpc-nodes/flex/create-rpc-nodes-flex.ts +0 -72
- package/src/tools/rpc-nodes/flex/delete-rpc-nodes-flex.ts +0 -40
- package/src/tools/rpc-nodes/flex/get-rpc-nodes-flex.ts +0 -54
- package/src/tools/rpc-nodes/flex/list-rpc-nodes-flex.ts +0 -64
- package/src/tools/rpc-nodes/flex/update-rpc-nodes-flex.ts +0 -65
- package/src/tools/user/get-user.ts +0 -51
- package/src/tools/vektor/balances/list-historical-vektor-balances.ts +0 -123
- package/src/tools/vektor/balances/list-vektor-balances.ts +0 -115
- package/src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts +0 -112
- package/src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts +0 -120
- package/src/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.ts +0 -88
- package/src/tools/vektor/borrow/markets/list-borrow-vektor-markets.ts +0 -148
- package/src/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.ts +0 -148
- package/src/tools/vektor/borrow/positions/list-borrow-vektor-positions.ts +0 -169
- package/src/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.ts +0 -169
- package/src/tools/vektor/borrow/repay/create-borrow-vektor-repay.ts +0 -80
- package/src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts +0 -96
- package/src/tools/vektor/buy/buy_/create-buy-vektor-buy.ts +0 -96
- package/src/tools/vektor/buy/quotes/list-buy-vektor-quotes.ts +0 -96
- package/src/tools/vektor/executions/get-vektor-executions.ts +0 -46
- package/src/tools/vektor/executions/list-vektor-executions.ts +0 -41
- package/src/tools/vektor/executions/steps/get-executions-vektor-steps.ts +0 -49
- package/src/tools/vektor/executions/steps/sign-executions-vektor-steps.ts +0 -51
- package/src/tools/vektor/incentivize/list-vektor-incentivize.ts +0 -82
- package/src/tools/vektor/lend/lend_/create-lend-vektor-lend.ts +0 -88
- package/src/tools/vektor/lend/markets/list-historical-lend-vektor-markets.ts +0 -148
- package/src/tools/vektor/lend/markets/list-lend-vektor-markets.ts +0 -148
- package/src/tools/vektor/lend/positions/list-historical-lend-vektor-positions.ts +0 -169
- package/src/tools/vektor/lend/positions/list-lend-vektor-positions.ts +0 -169
- package/src/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.ts +0 -70
- package/src/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.ts +0 -80
- package/src/tools/vektor/lock/markets/list-lock-vektor-markets.ts +0 -85
- package/src/tools/vektor/lock/positions/list-lock-vektor-positions.ts +0 -90
- package/src/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.ts +0 -241
- package/src/tools/vektor/lp/pools/list-historical-lp-vektor-pools.ts +0 -145
- package/src/tools/vektor/lp/pools/list-lp-vektor-pools.ts +0 -145
- package/src/tools/vektor/lp/positions/list-historical-lp-vektor-positions.ts +0 -176
- package/src/tools/vektor/lp/positions/list-lp-vektor-positions.ts +0 -176
- package/src/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.ts +0 -195
- package/src/tools/vektor/move/create-vektor-move.ts +0 -78
- package/src/tools/vektor/prices/list-historical-vektor-prices.ts +0 -67
- package/src/tools/vektor/prices/list-vektor-prices.ts +0 -67
- package/src/tools/vektor/registry/assets/list-registry-vektor-assets.ts +0 -69
- package/src/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.ts +0 -61
- package/src/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.ts +0 -92
- package/src/tools/vektor/registry/errors/list-registry-vektor-errors.ts +0 -55
- package/src/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.ts +0 -92
- package/src/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.ts +0 -90
- package/src/tools/vektor/registry/venues/list-registry-vektor-venues.ts +0 -59
- package/src/tools/vektor/sell/quotes/list-sell-vektor-quotes.ts +0 -88
- package/src/tools/vektor/sell/sell_/create-sell-vektor-sell.ts +0 -96
- package/src/tools/vektor/vote/markets/list-vote-vektor-markets.ts +0 -82
- package/src/tools/vektor/vote/rewards/list-vote-vektor-rewards.ts +0 -95
- package/src/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.ts +0 -67
- package/src/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.ts +0 -67
- package/src/tools.ts +0 -1
- package/tools/api-keys/create-api-keys.d.mts +0 -51
- package/tools/api-keys/create-api-keys.d.mts.map +0 -1
- package/tools/api-keys/create-api-keys.d.ts +0 -51
- package/tools/api-keys/create-api-keys.d.ts.map +0 -1
- package/tools/api-keys/create-api-keys.js +0 -70
- package/tools/api-keys/create-api-keys.js.map +0 -1
- package/tools/api-keys/create-api-keys.mjs +0 -63
- package/tools/api-keys/create-api-keys.mjs.map +0 -1
- package/tools/api-keys/delete-api-keys.d.mts +0 -51
- package/tools/api-keys/delete-api-keys.d.mts.map +0 -1
- package/tools/api-keys/delete-api-keys.d.ts +0 -51
- package/tools/api-keys/delete-api-keys.d.ts.map +0 -1
- package/tools/api-keys/delete-api-keys.js +0 -37
- package/tools/api-keys/delete-api-keys.js.map +0 -1
- package/tools/api-keys/delete-api-keys.mjs +0 -33
- package/tools/api-keys/delete-api-keys.mjs.map +0 -1
- package/tools/api-keys/get-api-keys.d.mts +0 -51
- package/tools/api-keys/get-api-keys.d.mts.map +0 -1
- package/tools/api-keys/get-api-keys.d.ts +0 -51
- package/tools/api-keys/get-api-keys.d.ts.map +0 -1
- package/tools/api-keys/get-api-keys.js +0 -54
- package/tools/api-keys/get-api-keys.js.map +0 -1
- package/tools/api-keys/get-api-keys.mjs +0 -47
- package/tools/api-keys/get-api-keys.mjs.map +0 -1
- package/tools/api-keys/list-api-keys.d.mts +0 -51
- package/tools/api-keys/list-api-keys.d.mts.map +0 -1
- package/tools/api-keys/list-api-keys.d.ts +0 -51
- package/tools/api-keys/list-api-keys.d.ts.map +0 -1
- package/tools/api-keys/list-api-keys.js +0 -60
- package/tools/api-keys/list-api-keys.js.map +0 -1
- package/tools/api-keys/list-api-keys.mjs +0 -53
- package/tools/api-keys/list-api-keys.mjs.map +0 -1
- package/tools/api-keys/update-api-keys.d.mts +0 -51
- package/tools/api-keys/update-api-keys.d.mts.map +0 -1
- package/tools/api-keys/update-api-keys.d.ts +0 -51
- package/tools/api-keys/update-api-keys.d.ts.map +0 -1
- package/tools/api-keys/update-api-keys.js +0 -63
- package/tools/api-keys/update-api-keys.js.map +0 -1
- package/tools/api-keys/update-api-keys.mjs +0 -56
- package/tools/api-keys/update-api-keys.mjs.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts +0 -51
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts +0 -51
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.js +0 -199
- package/tools/compute/vms/availability/create-vms-compute-availability.js.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs +0 -192
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts +0 -51
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts +0 -51
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.js +0 -97
- package/tools/compute/vms/availability/update-vms-compute-availability.js.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs +0 -90
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs.map +0 -1
- package/tools/compute/vms/create-compute-vms.d.mts +0 -51
- package/tools/compute/vms/create-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/create-compute-vms.d.ts +0 -51
- package/tools/compute/vms/create-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/create-compute-vms.js +0 -199
- package/tools/compute/vms/create-compute-vms.js.map +0 -1
- package/tools/compute/vms/create-compute-vms.mjs +0 -192
- package/tools/compute/vms/create-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/delete-compute-vms.d.mts +0 -51
- package/tools/compute/vms/delete-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/delete-compute-vms.d.ts +0 -51
- package/tools/compute/vms/delete-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/delete-compute-vms.js +0 -54
- package/tools/compute/vms/delete-compute-vms.js.map +0 -1
- package/tools/compute/vms/delete-compute-vms.mjs +0 -47
- package/tools/compute/vms/delete-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/get-compute-vms.d.mts +0 -51
- package/tools/compute/vms/get-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/get-compute-vms.d.ts +0 -51
- package/tools/compute/vms/get-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/get-compute-vms.js +0 -54
- package/tools/compute/vms/get-compute-vms.js.map +0 -1
- package/tools/compute/vms/get-compute-vms.mjs +0 -47
- package/tools/compute/vms/get-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/list-compute-vms.d.mts +0 -51
- package/tools/compute/vms/list-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/list-compute-vms.d.ts +0 -51
- package/tools/compute/vms/list-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/list-compute-vms.js +0 -60
- package/tools/compute/vms/list-compute-vms.js.map +0 -1
- package/tools/compute/vms/list-compute-vms.mjs +0 -53
- package/tools/compute/vms/list-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.mts +0 -51
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.mts.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.ts +0 -51
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.ts.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js +0 -60
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs +0 -53
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs.map +0 -1
- package/tools/compute/vms/restart-compute-vms.d.mts +0 -51
- package/tools/compute/vms/restart-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/restart-compute-vms.d.ts +0 -51
- package/tools/compute/vms/restart-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/restart-compute-vms.js +0 -52
- package/tools/compute/vms/restart-compute-vms.js.map +0 -1
- package/tools/compute/vms/restart-compute-vms.mjs +0 -45
- package/tools/compute/vms/restart-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/update-compute-vms.d.mts +0 -51
- package/tools/compute/vms/update-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/update-compute-vms.d.ts +0 -51
- package/tools/compute/vms/update-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/update-compute-vms.js +0 -97
- package/tools/compute/vms/update-compute-vms.js.map +0 -1
- package/tools/compute/vms/update-compute-vms.mjs +0 -90
- package/tools/compute/vms/update-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.mts +0 -51
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.mts.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.ts +0 -51
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.ts.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js +0 -63
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs +0 -56
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts +0 -51
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts +0 -51
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js +0 -78
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs +0 -71
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts +0 -51
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts +0 -51
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js +0 -67
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs +0 -60
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/create-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/create-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.js +0 -78
- package/tools/compute/volumes/create-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.mjs +0 -71
- package/tools/compute/volumes/create-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/delete-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/delete-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.js +0 -54
- package/tools/compute/volumes/delete-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.mjs +0 -47
- package/tools/compute/volumes/delete-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/get-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/get-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.js +0 -54
- package/tools/compute/volumes/get-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.mjs +0 -47
- package/tools/compute/volumes/get-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/list-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/list-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.js +0 -60
- package/tools/compute/volumes/list-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.mjs +0 -53
- package/tools/compute/volumes/list-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/update-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/update-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.js +0 -67
- package/tools/compute/volumes/update-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.mjs +0 -60
- package/tools/compute/volumes/update-compute-volumes.mjs.map +0 -1
- package/tools/index.d.mts +0 -10
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -10
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -269
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -262
- package/tools/index.mjs.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.js +0 -120
- package/tools/networking/connect/connections/create-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs +0 -113
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.js +0 -54
- package/tools/networking/connect/connections/delete-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs +0 -47
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.js +0 -54
- package/tools/networking/connect/connections/get-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs +0 -47
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.js +0 -60
- package/tools/networking/connect/connections/list-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs +0 -53
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.js +0 -63
- package/tools/networking/connect/connections/update-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs +0 -56
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts +0 -51
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts +0 -51
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.js +0 -60
- package/tools/networking/connect/routes/list-connect-networking-routes.js.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs +0 -53
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js +0 -83
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs +0 -76
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.js +0 -57
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.mjs +0 -50
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js +0 -57
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs +0 -50
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js +0 -63
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs +0 -56
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js +0 -86
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs +0 -79
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts +0 -51
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts +0 -51
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js +0 -84
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs +0 -77
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts +0 -51
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts +0 -51
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js +0 -67
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs +0 -60
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/create-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/create-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.js +0 -84
- package/tools/networking/vpcs/create-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.mjs +0 -77
- package/tools/networking/vpcs/create-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/delete-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/delete-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.js +0 -54
- package/tools/networking/vpcs/delete-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.mjs +0 -47
- package/tools/networking/vpcs/delete-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/get-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/get-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.js +0 -54
- package/tools/networking/vpcs/get-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.mjs +0 -47
- package/tools/networking/vpcs/get-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/list-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/list-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.js +0 -60
- package/tools/networking/vpcs/list-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.mjs +0 -53
- package/tools/networking/vpcs/list-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/update-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/update-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.js +0 -67
- package/tools/networking/vpcs/update-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.mjs +0 -60
- package/tools/networking/vpcs/update-networking-vpcs.mjs.map +0 -1
- package/tools/operations/get-operations.d.mts +0 -51
- package/tools/operations/get-operations.d.mts.map +0 -1
- package/tools/operations/get-operations.d.ts +0 -51
- package/tools/operations/get-operations.d.ts.map +0 -1
- package/tools/operations/get-operations.js +0 -54
- package/tools/operations/get-operations.js.map +0 -1
- package/tools/operations/get-operations.mjs +0 -47
- package/tools/operations/get-operations.mjs.map +0 -1
- package/tools/operations/list-operations.d.mts +0 -51
- package/tools/operations/list-operations.d.mts.map +0 -1
- package/tools/operations/list-operations.d.ts +0 -51
- package/tools/operations/list-operations.d.ts.map +0 -1
- package/tools/operations/list-operations.js +0 -60
- package/tools/operations/list-operations.js.map +0 -1
- package/tools/operations/list-operations.mjs +0 -53
- package/tools/operations/list-operations.mjs.map +0 -1
- package/tools/projects/create-projects.d.mts +0 -51
- package/tools/projects/create-projects.d.mts.map +0 -1
- package/tools/projects/create-projects.d.ts +0 -51
- package/tools/projects/create-projects.d.ts.map +0 -1
- package/tools/projects/create-projects.js +0 -60
- package/tools/projects/create-projects.js.map +0 -1
- package/tools/projects/create-projects.mjs +0 -53
- package/tools/projects/create-projects.mjs.map +0 -1
- package/tools/projects/delete-projects.d.mts +0 -51
- package/tools/projects/delete-projects.d.mts.map +0 -1
- package/tools/projects/delete-projects.d.ts +0 -51
- package/tools/projects/delete-projects.d.ts.map +0 -1
- package/tools/projects/delete-projects.js +0 -37
- package/tools/projects/delete-projects.js.map +0 -1
- package/tools/projects/delete-projects.mjs +0 -33
- package/tools/projects/delete-projects.mjs.map +0 -1
- package/tools/projects/get-projects.d.mts +0 -51
- package/tools/projects/get-projects.d.mts.map +0 -1
- package/tools/projects/get-projects.d.ts +0 -51
- package/tools/projects/get-projects.d.ts.map +0 -1
- package/tools/projects/get-projects.js +0 -54
- package/tools/projects/get-projects.js.map +0 -1
- package/tools/projects/get-projects.mjs +0 -47
- package/tools/projects/get-projects.mjs.map +0 -1
- package/tools/projects/list-projects.d.mts +0 -51
- package/tools/projects/list-projects.d.mts.map +0 -1
- package/tools/projects/list-projects.d.ts +0 -51
- package/tools/projects/list-projects.d.ts.map +0 -1
- package/tools/projects/list-projects.js +0 -60
- package/tools/projects/list-projects.js.map +0 -1
- package/tools/projects/list-projects.mjs +0 -53
- package/tools/projects/list-projects.mjs.map +0 -1
- package/tools/projects/update-projects.d.mts +0 -51
- package/tools/projects/update-projects.d.mts.map +0 -1
- package/tools/projects/update-projects.d.ts +0 -51
- package/tools/projects/update-projects.d.ts.map +0 -1
- package/tools/projects/update-projects.js +0 -63
- package/tools/projects/update-projects.js.map +0 -1
- package/tools/projects/update-projects.mjs +0 -56
- package/tools/projects/update-projects.mjs.map +0 -1
- package/tools/regions/get-regions.d.mts +0 -51
- package/tools/regions/get-regions.d.mts.map +0 -1
- package/tools/regions/get-regions.d.ts +0 -51
- package/tools/regions/get-regions.d.ts.map +0 -1
- package/tools/regions/get-regions.js +0 -54
- package/tools/regions/get-regions.js.map +0 -1
- package/tools/regions/get-regions.mjs +0 -47
- package/tools/regions/get-regions.mjs.map +0 -1
- package/tools/regions/list-regions.d.mts +0 -51
- package/tools/regions/list-regions.d.mts.map +0 -1
- package/tools/regions/list-regions.d.ts +0 -51
- package/tools/regions/list-regions.d.ts.map +0 -1
- package/tools/regions/list-regions.js +0 -60
- package/tools/regions/list-regions.js.map +0 -1
- package/tools/regions/list-regions.mjs +0 -53
- package/tools/regions/list-regions.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.js +0 -60
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.js.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.mjs +0 -53
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js +0 -54
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs +0 -47
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js +0 -64
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs +0 -57
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.mts +0 -51
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.ts +0 -51
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.js +0 -60
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.js.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.mjs +0 -53
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.mjs.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js +0 -72
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs +0 -65
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js +0 -37
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs +0 -33
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js +0 -54
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs +0 -47
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js +0 -64
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs +0 -57
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js +0 -63
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs +0 -56
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs.map +0 -1
- package/tools/types.d.mts.map +0 -1
- package/tools/types.d.ts.map +0 -1
- package/tools/types.js.map +0 -1
- package/tools/types.mjs.map +0 -1
- package/tools/user/get-user.d.mts +0 -51
- package/tools/user/get-user.d.mts.map +0 -1
- package/tools/user/get-user.d.ts +0 -51
- package/tools/user/get-user.d.ts.map +0 -1
- package/tools/user/get-user.js +0 -51
- package/tools/user/get-user.js.map +0 -1
- package/tools/user/get-user.mjs +0 -44
- package/tools/user/get-user.mjs.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.d.mts +0 -51
- package/tools/vektor/balances/list-historical-vektor-balances.d.mts.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.d.ts +0 -51
- package/tools/vektor/balances/list-historical-vektor-balances.d.ts.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.js +0 -121
- package/tools/vektor/balances/list-historical-vektor-balances.js.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.mjs +0 -114
- package/tools/vektor/balances/list-historical-vektor-balances.mjs.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.d.mts +0 -51
- package/tools/vektor/balances/list-vektor-balances.d.mts.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.d.ts +0 -51
- package/tools/vektor/balances/list-vektor-balances.d.ts.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.js +0 -115
- package/tools/vektor/balances/list-vektor-balances.js.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.mjs +0 -108
- package/tools/vektor/balances/list-vektor-balances.mjs.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.mts +0 -51
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.mts.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.ts +0 -51
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.ts.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js +0 -112
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs +0 -105
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.mts +0 -51
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.mts.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.ts +0 -51
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.ts.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js +0 -118
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs +0 -111
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.mts +0 -51
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.mts.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.ts +0 -51
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.ts.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.js +0 -90
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.js.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.mjs +0 -83
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.mjs.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.mts +0 -51
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.ts +0 -51
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.js +0 -150
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.js.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.mjs +0 -143
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.mjs.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.mts +0 -51
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.ts +0 -51
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.js +0 -150
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.js.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.mjs +0 -143
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.mjs.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.mts +0 -51
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.ts +0 -51
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.js +0 -171
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.js.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.mjs +0 -164
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.mjs.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.mts +0 -51
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.ts +0 -51
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.js +0 -171
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.js.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.mjs +0 -164
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.mjs.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.mts +0 -51
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.mts.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.ts +0 -51
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.ts.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.js +0 -82
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.js.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.mjs +0 -75
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.mjs.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.mts +0 -51
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.ts +0 -51
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js +0 -96
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs +0 -89
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.mts +0 -51
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.mts.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.ts +0 -51
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.ts.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.js +0 -98
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.js.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.mjs +0 -91
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.mjs.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.mts +0 -51
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.ts +0 -51
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js +0 -96
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs +0 -89
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.d.mts +0 -51
- package/tools/vektor/executions/get-vektor-executions.d.mts.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.d.ts +0 -51
- package/tools/vektor/executions/get-vektor-executions.d.ts.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.js +0 -48
- package/tools/vektor/executions/get-vektor-executions.js.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.mjs +0 -41
- package/tools/vektor/executions/get-vektor-executions.mjs.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.d.mts +0 -51
- package/tools/vektor/executions/list-vektor-executions.d.mts.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.d.ts +0 -51
- package/tools/vektor/executions/list-vektor-executions.d.ts.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.js +0 -43
- package/tools/vektor/executions/list-vektor-executions.js.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.mjs +0 -36
- package/tools/vektor/executions/list-vektor-executions.mjs.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.mts +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.mts.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.ts +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.ts.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.js +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.js.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.mjs +0 -44
- package/tools/vektor/executions/steps/get-executions-vektor-steps.mjs.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.mts +0 -51
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.mts.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.ts +0 -51
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.ts.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.js +0 -48
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.js.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.mjs +0 -44
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.mjs.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.d.mts +0 -51
- package/tools/vektor/incentivize/list-vektor-incentivize.d.mts.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.d.ts +0 -51
- package/tools/vektor/incentivize/list-vektor-incentivize.d.ts.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.js +0 -84
- package/tools/vektor/incentivize/list-vektor-incentivize.js.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.mjs +0 -77
- package/tools/vektor/incentivize/list-vektor-incentivize.mjs.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.mts +0 -51
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.mts.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.ts +0 -51
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.ts.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.js +0 -90
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.js.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.mjs +0 -83
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.mjs.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.mts +0 -51
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.ts +0 -51
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.js +0 -150
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.js.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.mjs +0 -143
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.mts +0 -51
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.ts +0 -51
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.js +0 -150
- package/tools/vektor/lend/markets/list-lend-vektor-markets.js.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.mjs +0 -143
- package/tools/vektor/lend/markets/list-lend-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.mts +0 -51
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.ts +0 -51
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.js +0 -171
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.js.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.mjs +0 -164
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.mts +0 -51
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.ts +0 -51
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.js +0 -171
- package/tools/vektor/lend/positions/list-lend-vektor-positions.js.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.mjs +0 -164
- package/tools/vektor/lend/positions/list-lend-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.mts +0 -51
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.mts.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.ts +0 -51
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.ts.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.js +0 -72
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.js.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.mjs +0 -65
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.mjs.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.mts +0 -51
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.mts.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.ts +0 -51
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.ts.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.js +0 -82
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.js.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.mjs +0 -75
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.mjs.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.mts +0 -51
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.ts +0 -51
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js +0 -85
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs +0 -78
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts +0 -51
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts +0 -51
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js +0 -92
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs +0 -85
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.mts +0 -51
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.mts.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.ts +0 -51
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.ts.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.js +0 -241
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.js.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.mjs +0 -234
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.mjs.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.mts +0 -51
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.mts.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.ts +0 -51
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.ts.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.js +0 -147
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.js.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.mjs +0 -140
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.mjs.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.mts +0 -51
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.mts.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.ts +0 -51
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.ts.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.js +0 -147
- package/tools/vektor/lp/pools/list-lp-vektor-pools.js.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.mjs +0 -140
- package/tools/vektor/lp/pools/list-lp-vektor-pools.mjs.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.mts +0 -51
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.ts +0 -51
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.js +0 -178
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.js.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.mjs +0 -171
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.mts +0 -51
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.ts +0 -51
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.js +0 -178
- package/tools/vektor/lp/positions/list-lp-vektor-positions.js.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.mjs +0 -171
- package/tools/vektor/lp/positions/list-lp-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.mts +0 -51
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.mts.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.ts +0 -51
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.ts.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.js +0 -197
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.js.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.mjs +0 -190
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.mjs.map +0 -1
- package/tools/vektor/move/create-vektor-move.d.mts +0 -51
- package/tools/vektor/move/create-vektor-move.d.mts.map +0 -1
- package/tools/vektor/move/create-vektor-move.d.ts +0 -51
- package/tools/vektor/move/create-vektor-move.d.ts.map +0 -1
- package/tools/vektor/move/create-vektor-move.js +0 -80
- package/tools/vektor/move/create-vektor-move.js.map +0 -1
- package/tools/vektor/move/create-vektor-move.mjs +0 -73
- package/tools/vektor/move/create-vektor-move.mjs.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.d.mts +0 -51
- package/tools/vektor/prices/list-historical-vektor-prices.d.mts.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.d.ts +0 -51
- package/tools/vektor/prices/list-historical-vektor-prices.d.ts.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.js +0 -67
- package/tools/vektor/prices/list-historical-vektor-prices.js.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.mjs +0 -60
- package/tools/vektor/prices/list-historical-vektor-prices.mjs.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.d.mts +0 -51
- package/tools/vektor/prices/list-vektor-prices.d.mts.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.d.ts +0 -51
- package/tools/vektor/prices/list-vektor-prices.d.ts.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.js +0 -67
- package/tools/vektor/prices/list-vektor-prices.js.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.mjs +0 -60
- package/tools/vektor/prices/list-vektor-prices.mjs.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.mts +0 -51
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.mts.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.ts +0 -51
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.ts.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js +0 -69
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs +0 -62
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.mts +0 -51
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.mts.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.ts +0 -51
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.ts.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js +0 -59
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs +0 -52
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.mts +0 -51
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.mts.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.ts +0 -51
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.ts.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js +0 -90
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs +0 -83
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.mts +0 -51
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.mts.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.ts +0 -51
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.ts.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.js +0 -55
- package/tools/vektor/registry/errors/list-registry-vektor-errors.js.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.mjs +0 -48
- package/tools/vektor/registry/errors/list-registry-vektor-errors.mjs.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.mts +0 -51
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.mts.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.ts +0 -51
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.ts.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js +0 -90
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs +0 -83
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.mts +0 -51
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.mts.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.ts +0 -51
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.ts.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js +0 -90
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs +0 -83
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.mts +0 -51
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.mts.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.ts +0 -51
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.ts.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js +0 -59
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs +0 -52
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.mts +0 -51
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.ts +0 -51
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.js +0 -90
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.js.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.mjs +0 -83
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.mts +0 -51
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.mts.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.ts +0 -51
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.ts.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.js +0 -98
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.js.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.mjs +0 -91
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.mjs.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.mts +0 -51
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.ts +0 -51
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.js +0 -84
- package/tools/vektor/vote/markets/list-vote-vektor-markets.js.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.mjs +0 -77
- package/tools/vektor/vote/markets/list-vote-vektor-markets.mjs.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.mts +0 -51
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.mts.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.ts +0 -51
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.ts.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.js +0 -97
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.js.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.mjs +0 -90
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.mjs.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.mts +0 -51
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.mts.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.ts +0 -51
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.ts.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.js +0 -69
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.js.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.mjs +0 -62
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.mjs.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.mts +0 -51
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.mts.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.ts +0 -51
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.ts.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.js +0 -69
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.js.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.mjs +0 -62
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
- /package/{tools/types.js → types.js} +0 -0
- /package/{tools/types.mjs → types.mjs} +0 -0
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ For clients with a configuration JSON, it might look something like this:
|
|
|
23
23
|
"mcpServers": {
|
|
24
24
|
"nirvana_labs_nirvana_api": {
|
|
25
25
|
"command": "npx",
|
|
26
|
-
"args": ["-y", "@nirvana-labs/nirvana-mcp"
|
|
26
|
+
"args": ["-y", "@nirvana-labs/nirvana-mcp"],
|
|
27
27
|
"env": {
|
|
28
28
|
"NIRVANA_LABS_API_KEY": "My API Key"
|
|
29
29
|
}
|
|
@@ -55,110 +55,22 @@ environment variables in Claude Code's `.claude.json`, which can be found in you
|
|
|
55
55
|
claude mcp add --transport stdio nirvana_labs_nirvana_api --env NIRVANA_LABS_API_KEY="Your NIRVANA_LABS_API_KEY here." -- npx -y @nirvana-labs/nirvana-mcp
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
##
|
|
58
|
+
## Code Mode
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
This MCP server is built on the "Code Mode" tool scheme. In this MCP Server,
|
|
61
|
+
your agent will write code against the TypeScript SDK, which will then be executed in an
|
|
62
|
+
isolated sandbox. To accomplish this, the server will expose two tools to your agent:
|
|
61
63
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
3. Exposing a docs search tool and a code execution tool, allowing the client to write code to be executed against the TypeScript client
|
|
64
|
+
- The first tool is a docs search tool, which can be used to generically query for
|
|
65
|
+
documentation about your API/SDK.
|
|
65
66
|
|
|
66
|
-
|
|
67
|
+
- The second tool is a code tool, where the agent can write code against the TypeScript SDK.
|
|
68
|
+
The code will be executed in a sandbox environment without web or filesystem access. Then,
|
|
69
|
+
anything the code returns or prints will be returned to the agent as the result of the
|
|
70
|
+
tool call.
|
|
67
71
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
context window.
|
|
71
|
-
|
|
72
|
-
You can filter by multiple aspects:
|
|
73
|
-
|
|
74
|
-
- `--tool` includes a specific tool by name
|
|
75
|
-
- `--resource` includes all tools under a specific resource, and can have wildcards, e.g. `my.resource*`
|
|
76
|
-
- `--operation` includes just read (get/list) or just write operations
|
|
77
|
-
|
|
78
|
-
### Dynamic tools
|
|
79
|
-
|
|
80
|
-
If you specify `--tools=dynamic` to the MCP server, instead of exposing one tool per endpoint in the API, it will
|
|
81
|
-
expose the following tools:
|
|
82
|
-
|
|
83
|
-
1. `list_api_endpoints` - Discovers available endpoints, with optional filtering by search query
|
|
84
|
-
2. `get_api_endpoint_schema` - Gets detailed schema information for a specific endpoint
|
|
85
|
-
3. `invoke_api_endpoint` - Executes any endpoint with the appropriate parameters
|
|
86
|
-
|
|
87
|
-
This allows you to have the full set of API endpoints available to your MCP Client, while not requiring that all
|
|
88
|
-
of their schemas be loaded into context at once. Instead, the LLM will automatically use these tools together to
|
|
89
|
-
search for, look up, and invoke endpoints dynamically. However, due to the indirect nature of the schemas, it
|
|
90
|
-
can struggle to provide the correct properties a bit more than when tools are imported explicitly. Therefore,
|
|
91
|
-
you can opt-in to explicit tools, the dynamic tools, or both.
|
|
92
|
-
|
|
93
|
-
See more information with `--help`.
|
|
94
|
-
|
|
95
|
-
All of these command-line options can be repeated, combined together, and have corresponding exclusion versions (e.g. `--no-tool`).
|
|
96
|
-
|
|
97
|
-
Use `--list` to see the list of available tools, or see below.
|
|
98
|
-
|
|
99
|
-
### Code execution
|
|
100
|
-
|
|
101
|
-
If you specify `--tools=code` to the MCP server, it will expose just two tools:
|
|
102
|
-
|
|
103
|
-
- `search_docs` - Searches the API documentation and returns a list of markdown results
|
|
104
|
-
- `execute` - Runs code against the TypeScript client
|
|
105
|
-
|
|
106
|
-
This allows the LLM to implement more complex logic by chaining together many API calls without loading
|
|
107
|
-
intermediary results into its context window.
|
|
108
|
-
|
|
109
|
-
The code execution itself happens in a Deno sandbox that has network access only to the base URL for the API.
|
|
110
|
-
|
|
111
|
-
### Specifying the MCP Client
|
|
112
|
-
|
|
113
|
-
Different clients have varying abilities to handle arbitrary tools and schemas.
|
|
114
|
-
|
|
115
|
-
You can specify the client you are using with the `--client` argument, and the MCP server will automatically
|
|
116
|
-
serve tools and schemas that are more compatible with that client.
|
|
117
|
-
|
|
118
|
-
- `--client=<type>`: Set all capabilities based on a known MCP client
|
|
119
|
-
|
|
120
|
-
- Valid values: `openai-agents`, `claude`, `claude-code`, `cursor`
|
|
121
|
-
- Example: `--client=cursor`
|
|
122
|
-
|
|
123
|
-
Additionally, if you have a client not on the above list, or the client has gotten better
|
|
124
|
-
over time, you can manually enable or disable certain capabilities:
|
|
125
|
-
|
|
126
|
-
- `--capability=<name>`: Specify individual client capabilities
|
|
127
|
-
- Available capabilities:
|
|
128
|
-
- `top-level-unions`: Enable support for top-level unions in tool schemas
|
|
129
|
-
- `valid-json`: Enable JSON string parsing for arguments
|
|
130
|
-
- `refs`: Enable support for $ref pointers in schemas
|
|
131
|
-
- `unions`: Enable support for union types (anyOf) in schemas
|
|
132
|
-
- `formats`: Enable support for format validations in schemas (e.g. date-time, email)
|
|
133
|
-
- `tool-name-length=N`: Set maximum tool name length to N characters
|
|
134
|
-
- Example: `--capability=top-level-unions --capability=tool-name-length=40`
|
|
135
|
-
- Example: `--capability=top-level-unions,tool-name-length=40`
|
|
136
|
-
|
|
137
|
-
### Examples
|
|
138
|
-
|
|
139
|
-
1. Filter for read operations on cards:
|
|
140
|
-
|
|
141
|
-
```bash
|
|
142
|
-
--resource=cards --operation=read
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
2. Exclude specific tools while including others:
|
|
146
|
-
|
|
147
|
-
```bash
|
|
148
|
-
--resource=cards --no-tool=create_cards
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
3. Configure for Cursor client with custom max tool name length:
|
|
152
|
-
|
|
153
|
-
```bash
|
|
154
|
-
--client=cursor --capability=tool-name-length=40
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
4. Complex filtering with multiple criteria:
|
|
158
|
-
|
|
159
|
-
```bash
|
|
160
|
-
--resource=cards,accounts --operation=read --tag=kyc --no-tool=create_cards
|
|
161
|
-
```
|
|
72
|
+
Using this scheme, agents are capable of performing very complex tasks deterministically
|
|
73
|
+
and repeatably.
|
|
162
74
|
|
|
163
75
|
## Running remotely
|
|
164
76
|
|
|
@@ -185,337 +97,3 @@ A configuration JSON for this server might look like this, assuming the server i
|
|
|
185
97
|
}
|
|
186
98
|
}
|
|
187
99
|
```
|
|
188
|
-
|
|
189
|
-
The command-line arguments for filtering tools and specifying clients can also be used as query parameters in the URL.
|
|
190
|
-
For example, to exclude specific tools while including others, use the URL:
|
|
191
|
-
|
|
192
|
-
```
|
|
193
|
-
http://localhost:3000?resource=cards&resource=accounts&no_tool=create_cards
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
Or, to configure for the Cursor client, with a custom max tool name length, use the URL:
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
http://localhost:3000?client=cursor&capability=tool-name-length%3D40
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
## Importing the tools and server individually
|
|
203
|
-
|
|
204
|
-
```js
|
|
205
|
-
// Import the server, generated endpoints, or the init function
|
|
206
|
-
import { server, endpoints, init } from "@nirvana-labs/nirvana-mcp/server";
|
|
207
|
-
|
|
208
|
-
// import a specific tool
|
|
209
|
-
import getUser from "@nirvana-labs/nirvana-mcp/tools/user/get-user";
|
|
210
|
-
|
|
211
|
-
// initialize the server and all endpoints
|
|
212
|
-
init({ server, endpoints });
|
|
213
|
-
|
|
214
|
-
// manually start server
|
|
215
|
-
const transport = new StdioServerTransport();
|
|
216
|
-
await server.connect(transport);
|
|
217
|
-
|
|
218
|
-
// or initialize your own server with specific tools
|
|
219
|
-
const myServer = new McpServer(...);
|
|
220
|
-
|
|
221
|
-
// define your own endpoint
|
|
222
|
-
const myCustomEndpoint = {
|
|
223
|
-
tool: {
|
|
224
|
-
name: 'my_custom_tool',
|
|
225
|
-
description: 'My custom tool',
|
|
226
|
-
inputSchema: zodToJsonSchema(z.object({ a_property: z.string() })),
|
|
227
|
-
},
|
|
228
|
-
handler: async (client: client, args: any) => {
|
|
229
|
-
return { myResponse: 'Hello world!' };
|
|
230
|
-
})
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
// initialize the server with your custom endpoints
|
|
234
|
-
init({ server: myServer, endpoints: [getUser, myCustomEndpoint] });
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
## Available Tools
|
|
238
|
-
|
|
239
|
-
The following tools are available in this MCP server.
|
|
240
|
-
|
|
241
|
-
### Resource `user`:
|
|
242
|
-
|
|
243
|
-
- `get_user` (`read`): Get details about an authenticated user
|
|
244
|
-
|
|
245
|
-
### Resource `api_keys`:
|
|
246
|
-
|
|
247
|
-
- `create_api_keys` (`write`): Create a new API key
|
|
248
|
-
- `update_api_keys` (`write`): Update an existing API key
|
|
249
|
-
- `list_api_keys` (`read`): List all API keys for the authenticated user
|
|
250
|
-
- `delete_api_keys` (`write`): Delete an API key
|
|
251
|
-
- `get_api_keys` (`read`): Get details about an API key
|
|
252
|
-
|
|
253
|
-
### Resource `operations`:
|
|
254
|
-
|
|
255
|
-
- `list_operations` (`read`): List all operations
|
|
256
|
-
- `get_operations` (`read`): Get details about a specific operation
|
|
257
|
-
|
|
258
|
-
### Resource `projects`:
|
|
259
|
-
|
|
260
|
-
- `create_projects` (`write`): Create a new project
|
|
261
|
-
- `update_projects` (`write`): Update an existing project
|
|
262
|
-
- `list_projects` (`read`): List all projects for the authenticated user
|
|
263
|
-
- `delete_projects` (`write`): Delete a project
|
|
264
|
-
- `get_projects` (`read`): Get details about a project
|
|
265
|
-
|
|
266
|
-
### Resource `regions`:
|
|
267
|
-
|
|
268
|
-
- `list_regions` (`read`): List all regions
|
|
269
|
-
- `get_regions` (`read`): Get a region by name
|
|
270
|
-
|
|
271
|
-
### Resource `compute.vms`:
|
|
272
|
-
|
|
273
|
-
- `create_compute_vms` (`write`): Create a VM
|
|
274
|
-
- `update_compute_vms` (`write`): Update a VM
|
|
275
|
-
- `list_compute_vms` (`read`): List all VMs
|
|
276
|
-
- `delete_compute_vms` (`write`): Delete a VM
|
|
277
|
-
- `get_compute_vms` (`read`): Get details about a VM
|
|
278
|
-
- `restart_compute_vms` (`write`): Restart a VM
|
|
279
|
-
|
|
280
|
-
### Resource `compute.vms.availability`:
|
|
281
|
-
|
|
282
|
-
- `create_vms_compute_availability` (`write`): Check VM Create Availability
|
|
283
|
-
- `update_vms_compute_availability` (`write`): Check VM Update Availability
|
|
284
|
-
|
|
285
|
-
### Resource `compute.vms.volumes`:
|
|
286
|
-
|
|
287
|
-
- `list_vms_compute_volumes` (`read`): List VM's Volumes
|
|
288
|
-
|
|
289
|
-
### Resource `compute.vms.os_images`:
|
|
290
|
-
|
|
291
|
-
- `list_vms_compute_os_images` (`read`): List all OS Images
|
|
292
|
-
|
|
293
|
-
### Resource `compute.volumes`:
|
|
294
|
-
|
|
295
|
-
- `create_compute_volumes` (`write`): Create a Volume. Only data volumes can be created.
|
|
296
|
-
- `update_compute_volumes` (`write`): Update a Volume. Boot or data volumes can be updated.
|
|
297
|
-
- `list_compute_volumes` (`read`): List all volumes
|
|
298
|
-
- `delete_compute_volumes` (`write`): Delete a Volume. Boot or data volumes can be deleted.
|
|
299
|
-
- `get_compute_volumes` (`read`): Get a Volume.
|
|
300
|
-
|
|
301
|
-
### Resource `compute.volumes.availability`:
|
|
302
|
-
|
|
303
|
-
- `create_volumes_compute_availability` (`write`): Check Volume Create Availability
|
|
304
|
-
- `update_volumes_compute_availability` (`write`): Check Volume Update Availability
|
|
305
|
-
|
|
306
|
-
### Resource `networking.vpcs`:
|
|
307
|
-
|
|
308
|
-
- `create_networking_vpcs` (`write`): Create a VPC
|
|
309
|
-
- `update_networking_vpcs` (`write`): Update a VPC
|
|
310
|
-
- `list_networking_vpcs` (`read`): List all VPCs
|
|
311
|
-
- `delete_networking_vpcs` (`write`): Delete a VPC
|
|
312
|
-
- `get_networking_vpcs` (`read`): Get details about a VPC
|
|
313
|
-
|
|
314
|
-
### Resource `networking.vpcs.availability`:
|
|
315
|
-
|
|
316
|
-
- `create_vpcs_networking_availability` (`write`): Check if a VPC can be created
|
|
317
|
-
- `update_vpcs_networking_availability` (`write`): Check if a VPC can be updated
|
|
318
|
-
|
|
319
|
-
### Resource `networking.firewall_rules`:
|
|
320
|
-
|
|
321
|
-
- `create_networking_firewall_rules` (`write`): Create a firewall rule
|
|
322
|
-
- `update_networking_firewall_rules` (`write`): Update a firewall rule
|
|
323
|
-
- `list_networking_firewall_rules` (`read`): List all firewall rules
|
|
324
|
-
- `delete_networking_firewall_rules` (`write`): Delete a firewall rule
|
|
325
|
-
- `get_networking_firewall_rules` (`read`): Get details about a firewall rule
|
|
326
|
-
|
|
327
|
-
### Resource `networking.connect.connections`:
|
|
328
|
-
|
|
329
|
-
- `create_connect_networking_connections` (`write`): Create a Connect Connection
|
|
330
|
-
- `update_connect_networking_connections` (`write`): Update Connect Connection details
|
|
331
|
-
- `list_connect_networking_connections` (`read`): List all Connect Connections
|
|
332
|
-
- `delete_connect_networking_connections` (`write`): Delete Connect Connection
|
|
333
|
-
- `get_connect_networking_connections` (`read`): Get Connect Connection details
|
|
334
|
-
|
|
335
|
-
### Resource `networking.connect.routes`:
|
|
336
|
-
|
|
337
|
-
- `list_connect_networking_routes` (`read`): List all supported routes with regions for Connect.
|
|
338
|
-
|
|
339
|
-
### Resource `rpc_nodes.flex`:
|
|
340
|
-
|
|
341
|
-
- `create_rpc_nodes_flex` (`write`): Create a new RPC Node Flex
|
|
342
|
-
- `update_rpc_nodes_flex` (`write`): Update an existing RPC Node Flex
|
|
343
|
-
- `list_rpc_nodes_flex` (`read`): List all RPC Node Flex you created
|
|
344
|
-
- `delete_rpc_nodes_flex` (`write`): Delete an RPC Node Flex
|
|
345
|
-
- `get_rpc_nodes_flex` (`read`): Get details about an RPC Node Flex
|
|
346
|
-
|
|
347
|
-
### Resource `rpc_nodes.flex.blockchains`:
|
|
348
|
-
|
|
349
|
-
- `list_flex_rpc_nodes_blockchains` (`read`): List all Flex Blockchains
|
|
350
|
-
|
|
351
|
-
### Resource `rpc_nodes.dedicated`:
|
|
352
|
-
|
|
353
|
-
- `list_rpc_nodes_dedicated` (`read`): List all RPC Node Dedicated you created
|
|
354
|
-
- `get_rpc_nodes_dedicated` (`read`): Get details about an RPC Node Dedicated
|
|
355
|
-
|
|
356
|
-
### Resource `rpc_nodes.dedicated.blockchains`:
|
|
357
|
-
|
|
358
|
-
- `list_dedicated_rpc_nodes_blockchains` (`read`): List all Dedicated Blockchains
|
|
359
|
-
|
|
360
|
-
### Resource `vektor.registry.assets`:
|
|
361
|
-
|
|
362
|
-
- `list_registry_vektor_assets` (`write`): List supported assets, optionally filtered by blockchain
|
|
363
|
-
|
|
364
|
-
### Resource `vektor.registry.blockchains`:
|
|
365
|
-
|
|
366
|
-
- `list_registry_vektor_blockchains` (`write`): List supported blockchains
|
|
367
|
-
|
|
368
|
-
### Resource `vektor.registry.venues`:
|
|
369
|
-
|
|
370
|
-
- `list_registry_vektor_venues` (`write`): List supported venues
|
|
371
|
-
|
|
372
|
-
### Resource `vektor.registry.errors`:
|
|
373
|
-
|
|
374
|
-
- `list_registry_vektor_errors` (`write`): A list with one example of each error type
|
|
375
|
-
|
|
376
|
-
### Resource `vektor.registry.lend_markets`:
|
|
377
|
-
|
|
378
|
-
- `list_registry_vektor_lend_markets` (`write`): List lend markets in the registry, optionally filtered by blockchain, assets or venues
|
|
379
|
-
|
|
380
|
-
### Resource `vektor.registry.borrow_markets`:
|
|
381
|
-
|
|
382
|
-
- `list_registry_vektor_borrow_markets` (`write`): List borrow markets in the registry, optionally filtered by blockchain, assets or venues
|
|
383
|
-
|
|
384
|
-
### Resource `vektor.registry.lp_pools`:
|
|
385
|
-
|
|
386
|
-
- `list_registry_vektor_lp_pools` (`write`): List LP pools in the registry, optionally filtered by blockchain, assets or venues
|
|
387
|
-
|
|
388
|
-
### Resource `vektor.balances`:
|
|
389
|
-
|
|
390
|
-
- `list_vektor_balances` (`write`): List balances for a given set of assets and addresses
|
|
391
|
-
- `list_historical_vektor_balances` (`write`): List balances for a given set of assets and addresses
|
|
392
|
-
|
|
393
|
-
### Resource `vektor.prices`:
|
|
394
|
-
|
|
395
|
-
- `list_vektor_prices` (`write`): Get a list of asset prices
|
|
396
|
-
- `list_historical_vektor_prices` (`write`): Get a list of asset prices
|
|
397
|
-
|
|
398
|
-
### Resource `vektor.lend.markets`:
|
|
399
|
-
|
|
400
|
-
- `list_lend_vektor_markets` (`write`): Get the current market rates for lending an asset
|
|
401
|
-
- `list_historical_lend_vektor_markets` (`write`): Get the current market rates for lending an asset
|
|
402
|
-
|
|
403
|
-
### Resource `vektor.lend.positions`:
|
|
404
|
-
|
|
405
|
-
- `list_lend_vektor_positions` (`write`): Get info on lending positions
|
|
406
|
-
- `list_historical_lend_vektor_positions` (`write`): Get info on lending positions
|
|
407
|
-
|
|
408
|
-
### Resource `vektor.lend.lend`:
|
|
409
|
-
|
|
410
|
-
- `create_lend_vektor_lend` (`write`): Lend an asset
|
|
411
|
-
|
|
412
|
-
### Resource `vektor.lend.withdraw`:
|
|
413
|
-
|
|
414
|
-
- `create_lend_vektor_withdraw` (`write`): Withdraw an asset
|
|
415
|
-
|
|
416
|
-
### Resource `vektor.lend.set_collateral`:
|
|
417
|
-
|
|
418
|
-
- `create_lend_vektor_set_collateral` (`write`): Enable/disable a specific lending position to be used as collateral
|
|
419
|
-
|
|
420
|
-
### Resource `vektor.borrow.markets`:
|
|
421
|
-
|
|
422
|
-
- `list_borrow_vektor_markets` (`write`): Get the current market rates for borrowing an asset
|
|
423
|
-
- `list_historical_borrow_vektor_markets` (`write`): Get the current market rates for borrowing an asset
|
|
424
|
-
|
|
425
|
-
### Resource `vektor.borrow.positions`:
|
|
426
|
-
|
|
427
|
-
- `list_borrow_vektor_positions` (`write`): Get info on borrowed positions
|
|
428
|
-
- `list_historical_borrow_vektor_positions` (`write`): Get info on borrowed positions
|
|
429
|
-
|
|
430
|
-
### Resource `vektor.borrow.accounts`:
|
|
431
|
-
|
|
432
|
-
- `list_borrow_vektor_accounts` (`write`): Get account-level borrow info on specified accounts
|
|
433
|
-
- `list_historical_borrow_vektor_accounts` (`write`): Get account-level borrow info on specified accounts
|
|
434
|
-
|
|
435
|
-
### Resource `vektor.borrow.borrow`:
|
|
436
|
-
|
|
437
|
-
- `create_borrow_vektor_borrow` (`write`): Borrow an asset
|
|
438
|
-
|
|
439
|
-
### Resource `vektor.borrow.repay`:
|
|
440
|
-
|
|
441
|
-
- `create_borrow_vektor_repay` (`write`): Repay to a borrow
|
|
442
|
-
|
|
443
|
-
### Resource `vektor.lp.pools`:
|
|
444
|
-
|
|
445
|
-
- `list_lp_vektor_pools` (`write`): Get a list of LP pools
|
|
446
|
-
- `list_historical_lp_vektor_pools` (`write`): Get a list of LP pools
|
|
447
|
-
|
|
448
|
-
### Resource `vektor.lp.positions`:
|
|
449
|
-
|
|
450
|
-
- `list_lp_vektor_positions` (`write`): Get info on LP positions
|
|
451
|
-
- `list_historical_lp_vektor_positions` (`write`): Get info on LP positions
|
|
452
|
-
|
|
453
|
-
### Resource `vektor.lp.deposit_quote`:
|
|
454
|
-
|
|
455
|
-
- `create_lp_vektor_deposit_quote` (`write`): Simulate depositing liquidity to a specific LP pool, creating a position or adding to an existing one.
|
|
456
|
-
|
|
457
|
-
### Resource `vektor.lp.withdraw_quote`:
|
|
458
|
-
|
|
459
|
-
- `create_lp_vektor_withdraw_quote` (`write`): Simulate withdrawing liquidity from a specific existing LP position
|
|
460
|
-
|
|
461
|
-
### Resource `vektor.buy.quotes`:
|
|
462
|
-
|
|
463
|
-
- `list_buy_vektor_quotes` (`write`): Get quotes for buying an exact amount of an asset at current market rate
|
|
464
|
-
|
|
465
|
-
### Resource `vektor.buy.buy`:
|
|
466
|
-
|
|
467
|
-
- `create_buy_vektor_buy` (`write`): Buy an asset with another asset
|
|
468
|
-
|
|
469
|
-
### Resource `vektor.sell.quotes`:
|
|
470
|
-
|
|
471
|
-
- `list_sell_vektor_quotes` (`write`): Get quotes for selling an exact amount of an asset at current market rate
|
|
472
|
-
|
|
473
|
-
### Resource `vektor.sell.sell`:
|
|
474
|
-
|
|
475
|
-
- `create_sell_vektor_sell` (`write`): Sell an asset for another asset
|
|
476
|
-
|
|
477
|
-
### Resource `vektor.move`:
|
|
478
|
-
|
|
479
|
-
- `create_vektor_move` (`write`): Move balance from one address to another
|
|
480
|
-
|
|
481
|
-
### Resource `vektor.wrap.wrap`:
|
|
482
|
-
|
|
483
|
-
- `create_wrap_vektor_wrap` (`write`): Wrap the native asset
|
|
484
|
-
|
|
485
|
-
### Resource `vektor.wrap.unwrap`:
|
|
486
|
-
|
|
487
|
-
- `create_wrap_vektor_unwrap` (`write`): Unwrap the wrapped native asset
|
|
488
|
-
|
|
489
|
-
### Resource `vektor.bridge.quotes`:
|
|
490
|
-
|
|
491
|
-
- `list_bridge_vektor_quotes` (`write`): Get quotes for bridging an exact amount of an asset to another blockchain
|
|
492
|
-
|
|
493
|
-
### Resource `vektor.lock.markets`:
|
|
494
|
-
|
|
495
|
-
- `list_lock_vektor_markets` (`write`): Get a list of markets where assets can be locked
|
|
496
|
-
|
|
497
|
-
### Resource `vektor.lock.positions`:
|
|
498
|
-
|
|
499
|
-
- `list_lock_vektor_positions` (`write`): Get info on locked positions
|
|
500
|
-
|
|
501
|
-
### Resource `vektor.vote.markets`:
|
|
502
|
-
|
|
503
|
-
- `list_vote_vektor_markets` (`write`): Get the current LP voting markets
|
|
504
|
-
|
|
505
|
-
### Resource `vektor.vote.rewards`:
|
|
506
|
-
|
|
507
|
-
- `list_vote_vektor_rewards` (`write`): Get the unclaimed rewards from LP voting markets
|
|
508
|
-
|
|
509
|
-
### Resource `vektor.incentivize`:
|
|
510
|
-
|
|
511
|
-
- `list_vektor_incentivize` (`write`): List the current incentive markets
|
|
512
|
-
|
|
513
|
-
### Resource `vektor.executions`:
|
|
514
|
-
|
|
515
|
-
- `list_vektor_executions` (`read`): Get a list of executions
|
|
516
|
-
- `get_vektor_executions` (`read`): Get an execution
|
|
517
|
-
|
|
518
|
-
### Resource `vektor.executions.steps`:
|
|
519
|
-
|
|
520
|
-
- `get_executions_vektor_steps` (`read`): Get a step of an execution
|
|
521
|
-
- `sign_executions_vektor_steps` (`write`): Sign an EVM transaction step
|
package/code-tool.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { McpTool } from "./types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* A tool that runs code against a copy of the SDK.
|
|
4
4
|
*
|
|
@@ -8,47 +8,5 @@ import { Metadata, ToolCallResult } from "./tools/types.mjs";
|
|
|
8
8
|
*
|
|
9
9
|
* @param endpoints - The endpoints to include in the list.
|
|
10
10
|
*/
|
|
11
|
-
export declare function codeTool():
|
|
12
|
-
metadata: Metadata;
|
|
13
|
-
tool: {
|
|
14
|
-
inputSchema: {
|
|
15
|
-
[x: string]: unknown;
|
|
16
|
-
type: "object";
|
|
17
|
-
properties?: {
|
|
18
|
-
[x: string]: object;
|
|
19
|
-
} | undefined;
|
|
20
|
-
required?: string[] | undefined;
|
|
21
|
-
};
|
|
22
|
-
name: string;
|
|
23
|
-
description?: string | undefined;
|
|
24
|
-
outputSchema?: {
|
|
25
|
-
[x: string]: unknown;
|
|
26
|
-
type: "object";
|
|
27
|
-
properties?: {
|
|
28
|
-
[x: string]: object;
|
|
29
|
-
} | undefined;
|
|
30
|
-
required?: string[] | undefined;
|
|
31
|
-
} | undefined;
|
|
32
|
-
annotations?: {
|
|
33
|
-
title?: string | undefined;
|
|
34
|
-
readOnlyHint?: boolean | undefined;
|
|
35
|
-
destructiveHint?: boolean | undefined;
|
|
36
|
-
idempotentHint?: boolean | undefined;
|
|
37
|
-
openWorldHint?: boolean | undefined;
|
|
38
|
-
} | undefined;
|
|
39
|
-
execution?: {
|
|
40
|
-
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
41
|
-
} | undefined;
|
|
42
|
-
_meta?: {
|
|
43
|
-
[x: string]: unknown;
|
|
44
|
-
} | undefined;
|
|
45
|
-
icons?: {
|
|
46
|
-
src: string;
|
|
47
|
-
mimeType?: string | undefined;
|
|
48
|
-
sizes?: string[] | undefined;
|
|
49
|
-
}[] | undefined;
|
|
50
|
-
title?: string | undefined;
|
|
51
|
-
};
|
|
52
|
-
handler: (_: unknown, args: any) => Promise<ToolCallResult>;
|
|
53
|
-
}>;
|
|
11
|
+
export declare function codeTool(): McpTool;
|
|
54
12
|
//# sourceMappingURL=code-tool.d.mts.map
|
package/code-tool.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.d.mts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"OAEO,EAAE,
|
|
1
|
+
{"version":3,"file":"code-tool.d.mts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAiD;AAIjE;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,IAAI,OAAO,CA8ClC"}
|
package/code-tool.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { McpTool } from "./types.js";
|
|
2
2
|
/**
|
|
3
3
|
* A tool that runs code against a copy of the SDK.
|
|
4
4
|
*
|
|
@@ -8,47 +8,5 @@ import { Metadata, ToolCallResult } from "./tools/types.js";
|
|
|
8
8
|
*
|
|
9
9
|
* @param endpoints - The endpoints to include in the list.
|
|
10
10
|
*/
|
|
11
|
-
export declare function codeTool():
|
|
12
|
-
metadata: Metadata;
|
|
13
|
-
tool: {
|
|
14
|
-
inputSchema: {
|
|
15
|
-
[x: string]: unknown;
|
|
16
|
-
type: "object";
|
|
17
|
-
properties?: {
|
|
18
|
-
[x: string]: object;
|
|
19
|
-
} | undefined;
|
|
20
|
-
required?: string[] | undefined;
|
|
21
|
-
};
|
|
22
|
-
name: string;
|
|
23
|
-
description?: string | undefined;
|
|
24
|
-
outputSchema?: {
|
|
25
|
-
[x: string]: unknown;
|
|
26
|
-
type: "object";
|
|
27
|
-
properties?: {
|
|
28
|
-
[x: string]: object;
|
|
29
|
-
} | undefined;
|
|
30
|
-
required?: string[] | undefined;
|
|
31
|
-
} | undefined;
|
|
32
|
-
annotations?: {
|
|
33
|
-
title?: string | undefined;
|
|
34
|
-
readOnlyHint?: boolean | undefined;
|
|
35
|
-
destructiveHint?: boolean | undefined;
|
|
36
|
-
idempotentHint?: boolean | undefined;
|
|
37
|
-
openWorldHint?: boolean | undefined;
|
|
38
|
-
} | undefined;
|
|
39
|
-
execution?: {
|
|
40
|
-
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
41
|
-
} | undefined;
|
|
42
|
-
_meta?: {
|
|
43
|
-
[x: string]: unknown;
|
|
44
|
-
} | undefined;
|
|
45
|
-
icons?: {
|
|
46
|
-
src: string;
|
|
47
|
-
mimeType?: string | undefined;
|
|
48
|
-
sizes?: string[] | undefined;
|
|
49
|
-
}[] | undefined;
|
|
50
|
-
title?: string | undefined;
|
|
51
|
-
};
|
|
52
|
-
handler: (_: unknown, args: any) => Promise<ToolCallResult>;
|
|
53
|
-
}>;
|
|
11
|
+
export declare function codeTool(): McpTool;
|
|
54
12
|
//# sourceMappingURL=code-tool.d.ts.map
|
package/code-tool.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.d.ts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"OAEO,EAAE,
|
|
1
|
+
{"version":3,"file":"code-tool.d.ts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAiD;AAIjE;;;;;;;;GAQG;AACH,wBAAgB,QAAQ,IAAI,OAAO,CA8ClC"}
|
package/code-tool.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.codeTool = codeTool;
|
|
5
|
-
const types_1 = require("./
|
|
5
|
+
const types_1 = require("./types.js");
|
|
6
6
|
const server_1 = require("./server.js");
|
|
7
7
|
/**
|
|
8
8
|
* A tool that runs code against a copy of the SDK.
|
|
@@ -13,7 +13,7 @@ const server_1 = require("./server.js");
|
|
|
13
13
|
*
|
|
14
14
|
* @param endpoints - The endpoints to include in the list.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
function codeTool() {
|
|
17
17
|
const metadata = { resource: 'all', operation: 'write', tags: [] };
|
|
18
18
|
const tool = {
|
|
19
19
|
name: 'execute',
|
|
@@ -31,7 +31,10 @@ async function codeTool() {
|
|
|
31
31
|
headers: {
|
|
32
32
|
...(stainlessAPIKey && { Authorization: stainlessAPIKey }),
|
|
33
33
|
'Content-Type': 'application/json',
|
|
34
|
-
client_envs: JSON.stringify({
|
|
34
|
+
client_envs: JSON.stringify({
|
|
35
|
+
NIRVANA_LABS_API_KEY: (0, server_1.readEnv)('NIRVANA_LABS_API_KEY'),
|
|
36
|
+
NIRVANA_LABS_BASE_URL: (0, server_1.readEnv)('NIRVANA_LABS_BASE_URL'),
|
|
37
|
+
}),
|
|
35
38
|
},
|
|
36
39
|
body: JSON.stringify({
|
|
37
40
|
project_name: 'nirvana',
|
package/code-tool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.js","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":";AAAA,sFAAsF;;AAetF,
|
|
1
|
+
{"version":3,"file":"code-tool.js","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":";AAAA,sFAAsF;;AAetF,4BA8CC;AA3DD,sCAAiF;AAEjF,wCAAmC;AAEnC;;;;;;;;GAQG;AACH,SAAgB,QAAQ;IACtB,MAAM,QAAQ,GAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;IAC7E,MAAM,IAAI,GAAS;QACjB,IAAI,EAAE,SAAS;QACf,WAAW,EACT,iiCAAiiC;QACniC,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;KAC1E,CAAC;IACF,MAAM,OAAO,GAAG,KAAK,EAAE,CAAU,EAAE,IAAS,EAA2B,EAAE;QACvE,MAAM,IAAI,GAAG,IAAI,CAAC,IAAc,CAAC;QAEjC,sFAAsF;QACtF,sFAAsF;QACtF,MAAM,eAAe,GAAG,IAAA,gBAAO,EAAC,mBAAmB,CAAC,CAAC;QACrD,MAAM,gBAAgB,GACpB,IAAA,gBAAO,EAAC,wBAAwB,CAAC,IAAI,4CAA4C,CAAC;QAEpF,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,gBAAgB,EAAE;YACxC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,IAAI,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC;gBAC1D,cAAc,EAAE,kBAAkB;gBAClC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC;oBAC1B,oBAAoB,EAAE,IAAA,gBAAO,EAAC,sBAAsB,CAAC;oBACrD,qBAAqB,EAAE,IAAA,gBAAO,EAAC,uBAAuB,CAAC;iBACxD,CAAC;aACH;YACD,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;gBACnB,YAAY,EAAE,SAAS;gBACvB,WAAW,EAAE,EAAE;gBACf,IAAI;aACL,CAAC;SACH,CAAC,CAAC;QAEH,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CACb,GAAG,GAAG,CAAC,MAAM,KACX,GAAG,CAAC,UACN,4DAA4D,MAAM,GAAG,CAAC,IAAI,EAAE,EAAE,CAC/E,CAAC;QACJ,CAAC;QAED,OAAO,IAAA,2BAAmB,EAAC,CAAC,MAAM,GAAG,CAAC,IAAI,EAAE,CAAkB,CAAC,CAAC;IAClE,CAAC,CAAC;IAEF,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AACrC,CAAC"}
|
package/code-tool.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { asTextContentResult } from "./
|
|
2
|
+
import { asTextContentResult } from "./types.mjs";
|
|
3
3
|
import { readEnv } from "./server.mjs";
|
|
4
4
|
/**
|
|
5
5
|
* A tool that runs code against a copy of the SDK.
|
|
@@ -10,7 +10,7 @@ import { readEnv } from "./server.mjs";
|
|
|
10
10
|
*
|
|
11
11
|
* @param endpoints - The endpoints to include in the list.
|
|
12
12
|
*/
|
|
13
|
-
export
|
|
13
|
+
export function codeTool() {
|
|
14
14
|
const metadata = { resource: 'all', operation: 'write', tags: [] };
|
|
15
15
|
const tool = {
|
|
16
16
|
name: 'execute',
|
|
@@ -28,7 +28,10 @@ export async function codeTool() {
|
|
|
28
28
|
headers: {
|
|
29
29
|
...(stainlessAPIKey && { Authorization: stainlessAPIKey }),
|
|
30
30
|
'Content-Type': 'application/json',
|
|
31
|
-
client_envs: JSON.stringify({
|
|
31
|
+
client_envs: JSON.stringify({
|
|
32
|
+
NIRVANA_LABS_API_KEY: readEnv('NIRVANA_LABS_API_KEY'),
|
|
33
|
+
NIRVANA_LABS_BASE_URL: readEnv('NIRVANA_LABS_BASE_URL'),
|
|
34
|
+
}),
|
|
32
35
|
},
|
|
33
36
|
body: JSON.stringify({
|
|
34
37
|
project_name: 'nirvana',
|
package/code-tool.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.mjs","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,
|
|
1
|
+
{"version":3,"file":"code-tool.mjs","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAqC,mBAAmB,EAAE;OAE1D,EAAE,OAAO,EAAE;AAElB;;;;;;;;GAQG;AACH,MAAM,UAAU,QAAQ;IACtB,MAAM,QAAQ,GAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;IAC7E,MAAM,IAAI,GAAS;QACjB,IAAI,EAAE,SAAS;QACf,WAAW,EACT,iiCAAiiC;QACniC,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;KAC1E,CAAC;IACF,MAAM,OAAO,GAAG,KAAK,EAAE,CAAU,EAAE,IAAS,EAA2B,EAAE;QACvE,MAAM,IAAI,GAAG,IAAI,CAAC,IAAc,CAAC;QAEjC,sFAAsF;QACtF,sFAAsF;QACtF,MAAM,eAAe,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;QACrD,MAAM,gBAAgB,GACpB,OAAO,CAAC,wBAAwB,CAAC,IAAI,4CAA4C,CAAC;QAEpF,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,gBAAgB,EAAE;YACxC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,IAAI,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC;gBAC1D,cAAc,EAAE,kBAAkB;gBAClC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC;oBAC1B,oBAAoB,EAAE,OAAO,CAAC,sBAAsB,CAAC;oBACrD,qBAAqB,EAAE,OAAO,CAAC,uBAAuB,CAAC;iBACxD,CAAC;aACH;YACD,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;gBACnB,YAAY,EAAE,SAAS;gBACvB,WAAW,EAAE,EAAE;gBACf,IAAI;aACL,CAAC;SACH,CAAC,CAAC;QAEH,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CACb,GAAG,GAAG,CAAC,MAAM,KACX,GAAG,CAAC,UACN,4DAA4D,MAAM,GAAG,CAAC,IAAI,EAAE,EAAE,CAC/E,CAAC;QACJ,CAAC;QAED,OAAO,mBAAmB,CAAC,CAAC,MAAM,GAAG,CAAC,IAAI,EAAE,CAAkB,CAAC,CAAC;IAClE,CAAC,CAAC;IAEF,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AACrC,CAAC"}
|