@pmxt/mcp 2.51.2 → 2.51.3
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/dist/generated/tools.js +28 -4
- package/package.json +1 -1
package/dist/generated/tools.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// AUTO-GENERATED by mcp/scripts/generate-tools.js -- DO NOT EDIT
|
|
2
|
-
// Generated from core/src/server/openapi.yaml (2026-06-
|
|
2
|
+
// Generated from core/src/server/openapi.yaml (2026-06-24)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -63,6 +63,18 @@ export const TOOLS = [
|
|
|
63
63
|
"type": "number",
|
|
64
64
|
"description": "Required for limit orders"
|
|
65
65
|
},
|
|
66
|
+
"denom": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"enum": [
|
|
69
|
+
"usdc",
|
|
70
|
+
"shares"
|
|
71
|
+
],
|
|
72
|
+
"description": "Hosted mode: amount unit."
|
|
73
|
+
},
|
|
74
|
+
"slippage_pct": {
|
|
75
|
+
"type": "number",
|
|
76
|
+
"description": "Hosted mode: maximum market-order slippage percentage."
|
|
77
|
+
},
|
|
66
78
|
"fee": {
|
|
67
79
|
"type": "number",
|
|
68
80
|
"description": "Optional fee rate (e.g., 1000 for 0.1%)"
|
|
@@ -335,6 +347,18 @@ export const TOOLS = [
|
|
|
335
347
|
"type": "number",
|
|
336
348
|
"description": "Required for limit orders"
|
|
337
349
|
},
|
|
350
|
+
"denom": {
|
|
351
|
+
"type": "string",
|
|
352
|
+
"enum": [
|
|
353
|
+
"usdc",
|
|
354
|
+
"shares"
|
|
355
|
+
],
|
|
356
|
+
"description": "Hosted mode: amount unit."
|
|
357
|
+
},
|
|
358
|
+
"slippage_pct": {
|
|
359
|
+
"type": "number",
|
|
360
|
+
"description": "Hosted mode: maximum market-order slippage percentage."
|
|
361
|
+
},
|
|
338
362
|
"fee": {
|
|
339
363
|
"type": "number",
|
|
340
364
|
"description": "Optional fee rate (e.g., 1000 for 0.1%)"
|
|
@@ -407,7 +431,7 @@ export const TOOLS = [
|
|
|
407
431
|
},
|
|
408
432
|
{
|
|
409
433
|
"name": "fetchAllOrders",
|
|
410
|
-
"description": "Fetch
|
|
434
|
+
"description": "Fetch authenticated order history across open and closed orders.",
|
|
411
435
|
"inputSchema": {
|
|
412
436
|
"type": "object",
|
|
413
437
|
"properties": {
|
|
@@ -666,7 +690,7 @@ export const TOOLS = [
|
|
|
666
690
|
},
|
|
667
691
|
{
|
|
668
692
|
"name": "fetchClosedOrders",
|
|
669
|
-
"description": "Fetch
|
|
693
|
+
"description": "Fetch authenticated closed orders.",
|
|
670
694
|
"inputSchema": {
|
|
671
695
|
"type": "object",
|
|
672
696
|
"properties": {
|
|
@@ -1780,7 +1804,7 @@ export const TOOLS = [
|
|
|
1780
1804
|
},
|
|
1781
1805
|
{
|
|
1782
1806
|
"name": "fetchMyTrades",
|
|
1783
|
-
"description": "Fetch
|
|
1807
|
+
"description": "Fetch authenticated user trade history.",
|
|
1784
1808
|
"inputSchema": {
|
|
1785
1809
|
"type": "object",
|
|
1786
1810
|
"properties": {
|