modern-treasury-mcp 2.42.0 → 2.43.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/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/server.ts +1 -1
- package/src/tools/connection-legal-entities/create-connection-legal-entities.ts +249 -482
- package/src/tools/counterparties/create-counterparties.ts +249 -482
- package/src/tools/ledger-entries/list-ledger-entries.ts +5 -13
- package/src/tools/legal-entities/create-legal-entities.ts +249 -482
- package/src/tools/legal-entities/update-legal-entities.ts +245 -239
- package/src/tools/legal-entity-associations/create-legal-entity-associations.ts +247 -241
- package/src/tools/payment-actions/create-payment-actions.ts +1 -0
- package/src/tools/payment-actions/list-payment-actions.ts +2 -1
- package/src/tools/payment-actions/retrieve-payment-actions.ts +1 -0
- package/src/tools/payment-actions/update-payment-actions.ts +1 -0
- package/src/tools/payment-orders/reversals/create-payment-orders-reversals.ts +1 -1
- package/src/tools/payment-orders/reversals/list-payment-orders-reversals.ts +1 -1
- package/src/tools/payment-orders/reversals/retrieve-payment-orders-reversals.ts +1 -1
- package/tools/connection-legal-entities/create-connection-legal-entities.d.mts.map +1 -1
- package/tools/connection-legal-entities/create-connection-legal-entities.d.ts.map +1 -1
- package/tools/connection-legal-entities/create-connection-legal-entities.js +245 -474
- package/tools/connection-legal-entities/create-connection-legal-entities.js.map +1 -1
- package/tools/connection-legal-entities/create-connection-legal-entities.mjs +245 -474
- package/tools/connection-legal-entities/create-connection-legal-entities.mjs.map +1 -1
- package/tools/counterparties/create-counterparties.d.mts.map +1 -1
- package/tools/counterparties/create-counterparties.d.ts.map +1 -1
- package/tools/counterparties/create-counterparties.js +245 -474
- package/tools/counterparties/create-counterparties.js.map +1 -1
- package/tools/counterparties/create-counterparties.mjs +245 -474
- package/tools/counterparties/create-counterparties.mjs.map +1 -1
- package/tools/ledger-entries/list-ledger-entries.d.mts.map +1 -1
- package/tools/ledger-entries/list-ledger-entries.d.ts.map +1 -1
- package/tools/ledger-entries/list-ledger-entries.js +5 -13
- package/tools/ledger-entries/list-ledger-entries.js.map +1 -1
- package/tools/ledger-entries/list-ledger-entries.mjs +5 -13
- package/tools/ledger-entries/list-ledger-entries.mjs.map +1 -1
- package/tools/legal-entities/create-legal-entities.d.mts.map +1 -1
- package/tools/legal-entities/create-legal-entities.d.ts.map +1 -1
- package/tools/legal-entities/create-legal-entities.js +246 -475
- package/tools/legal-entities/create-legal-entities.js.map +1 -1
- package/tools/legal-entities/create-legal-entities.mjs +246 -475
- package/tools/legal-entities/create-legal-entities.mjs.map +1 -1
- package/tools/legal-entities/update-legal-entities.d.mts.map +1 -1
- package/tools/legal-entities/update-legal-entities.d.ts.map +1 -1
- package/tools/legal-entities/update-legal-entities.js +242 -236
- package/tools/legal-entities/update-legal-entities.js.map +1 -1
- package/tools/legal-entities/update-legal-entities.mjs +242 -236
- package/tools/legal-entities/update-legal-entities.mjs.map +1 -1
- package/tools/legal-entity-associations/create-legal-entity-associations.d.mts.map +1 -1
- package/tools/legal-entity-associations/create-legal-entity-associations.d.ts.map +1 -1
- package/tools/legal-entity-associations/create-legal-entity-associations.js +243 -237
- package/tools/legal-entity-associations/create-legal-entity-associations.js.map +1 -1
- package/tools/legal-entity-associations/create-legal-entity-associations.mjs +243 -237
- package/tools/legal-entity-associations/create-legal-entity-associations.mjs.map +1 -1
- package/tools/payment-actions/create-payment-actions.d.mts.map +1 -1
- package/tools/payment-actions/create-payment-actions.d.ts.map +1 -1
- package/tools/payment-actions/create-payment-actions.js +1 -0
- package/tools/payment-actions/create-payment-actions.js.map +1 -1
- package/tools/payment-actions/create-payment-actions.mjs +1 -0
- package/tools/payment-actions/create-payment-actions.mjs.map +1 -1
- package/tools/payment-actions/list-payment-actions.d.mts.map +1 -1
- package/tools/payment-actions/list-payment-actions.d.ts.map +1 -1
- package/tools/payment-actions/list-payment-actions.js +2 -1
- package/tools/payment-actions/list-payment-actions.js.map +1 -1
- package/tools/payment-actions/list-payment-actions.mjs +2 -1
- package/tools/payment-actions/list-payment-actions.mjs.map +1 -1
- package/tools/payment-actions/retrieve-payment-actions.d.mts.map +1 -1
- package/tools/payment-actions/retrieve-payment-actions.d.ts.map +1 -1
- package/tools/payment-actions/retrieve-payment-actions.js +1 -0
- package/tools/payment-actions/retrieve-payment-actions.js.map +1 -1
- package/tools/payment-actions/retrieve-payment-actions.mjs +1 -0
- package/tools/payment-actions/retrieve-payment-actions.mjs.map +1 -1
- package/tools/payment-actions/update-payment-actions.d.mts.map +1 -1
- package/tools/payment-actions/update-payment-actions.d.ts.map +1 -1
- package/tools/payment-actions/update-payment-actions.js +1 -0
- package/tools/payment-actions/update-payment-actions.js.map +1 -1
- package/tools/payment-actions/update-payment-actions.mjs +1 -0
- package/tools/payment-actions/update-payment-actions.mjs.map +1 -1
- package/tools/payment-orders/reversals/create-payment-orders-reversals.js +1 -1
- package/tools/payment-orders/reversals/create-payment-orders-reversals.mjs +1 -1
- package/tools/payment-orders/reversals/list-payment-orders-reversals.js +1 -1
- package/tools/payment-orders/reversals/list-payment-orders-reversals.mjs +1 -1
- package/tools/payment-orders/reversals/retrieve-payment-orders-reversals.js +1 -1
- package/tools/payment-orders/reversals/retrieve-payment-orders-reversals.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "modern-treasury-mcp",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.43.0",
|
|
4
4
|
"description": "The official MCP Server for the Modern Treasury API",
|
|
5
5
|
"author": "Modern Treasury <sdk-feedback@moderntreasury.com>",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"fix": "eslint --fix --ext ts,js ."
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"modern-treasury": "^2.
|
|
27
|
+
"modern-treasury": "^2.43.0",
|
|
28
28
|
"@modelcontextprotocol/sdk": "^1.11.5",
|
|
29
29
|
"jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.2/jq-web.tar.gz",
|
|
30
30
|
"yargs": "^17.7.2",
|
package/server.js
CHANGED
|
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "endpoints", { enumerable: true, get: function ()
|
|
|
20
20
|
// Create server instance
|
|
21
21
|
exports.server = new mcp_js_1.McpServer({
|
|
22
22
|
name: 'modern_treasury_api',
|
|
23
|
-
version: '2.
|
|
23
|
+
version: '2.43.0',
|
|
24
24
|
}, { capabilities: { tools: {}, logging: {} } });
|
|
25
25
|
/**
|
|
26
26
|
* Initializes the provided MCP Server with the given tools and handlers.
|
package/server.mjs
CHANGED
|
@@ -9,7 +9,7 @@ export { endpoints } from "./tools.mjs";
|
|
|
9
9
|
// Create server instance
|
|
10
10
|
export const server = new McpServer({
|
|
11
11
|
name: 'modern_treasury_api',
|
|
12
|
-
version: '2.
|
|
12
|
+
version: '2.43.0',
|
|
13
13
|
}, { capabilities: { tools: {}, logging: {} } });
|
|
14
14
|
/**
|
|
15
15
|
* Initializes the provided MCP Server with the given tools and handlers.
|