@pmxt/mcp 2.37.9 → 2.37.11
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 +9 -1
- 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-05-
|
|
2
|
+
// Generated from core/src/server/openapi.yaml (2026-05-08)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -69,6 +69,10 @@ export const TOOLS = [
|
|
|
69
69
|
"type": "boolean",
|
|
70
70
|
"description": "Optional override to skip neg-risk lookup (Polymarket)"
|
|
71
71
|
},
|
|
72
|
+
"onBehalfOf": {
|
|
73
|
+
"type": "number",
|
|
74
|
+
"description": "Limitless delegated signing: profile ID to trade on behalf of"
|
|
75
|
+
},
|
|
72
76
|
"credentials": {
|
|
73
77
|
"type": "object",
|
|
74
78
|
"description": "Venue credentials (privateKey, apiKey, etc.). Only needed for authenticated operations like trading.",
|
|
@@ -319,6 +323,10 @@ export const TOOLS = [
|
|
|
319
323
|
"type": "boolean",
|
|
320
324
|
"description": "Optional override to skip neg-risk lookup (Polymarket)"
|
|
321
325
|
},
|
|
326
|
+
"onBehalfOf": {
|
|
327
|
+
"type": "number",
|
|
328
|
+
"description": "Limitless delegated signing: profile ID to trade on behalf of"
|
|
329
|
+
},
|
|
322
330
|
"credentials": {
|
|
323
331
|
"type": "object",
|
|
324
332
|
"description": "Venue credentials (privateKey, apiKey, etc.). Only needed for authenticated operations like trading.",
|