@pmxt/mcp 2.37.14 → 2.39.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/dist/generated/tools.js +6 -6
- package/package.json +1 -1
package/dist/generated/tools.js
CHANGED
|
@@ -1866,7 +1866,7 @@ export const TOOLS = [
|
|
|
1866
1866
|
"method": "fetchOHLCV",
|
|
1867
1867
|
"args": [
|
|
1868
1868
|
{
|
|
1869
|
-
"name": "
|
|
1869
|
+
"name": "outcomeId",
|
|
1870
1870
|
"kind": "string",
|
|
1871
1871
|
"optional": false,
|
|
1872
1872
|
"flatten": false
|
|
@@ -2078,7 +2078,7 @@ export const TOOLS = [
|
|
|
2078
2078
|
"method": "fetchOrderBook",
|
|
2079
2079
|
"args": [
|
|
2080
2080
|
{
|
|
2081
|
-
"name": "
|
|
2081
|
+
"name": "outcomeId",
|
|
2082
2082
|
"kind": "string",
|
|
2083
2083
|
"optional": false,
|
|
2084
2084
|
"flatten": false
|
|
@@ -2328,7 +2328,7 @@ export const TOOLS = [
|
|
|
2328
2328
|
"method": "fetchTrades",
|
|
2329
2329
|
"args": [
|
|
2330
2330
|
{
|
|
2331
|
-
"name": "
|
|
2331
|
+
"name": "outcomeId",
|
|
2332
2332
|
"kind": "string",
|
|
2333
2333
|
"optional": false,
|
|
2334
2334
|
"flatten": false
|
|
@@ -2783,7 +2783,7 @@ export const TOOLS = [
|
|
|
2783
2783
|
],
|
|
2784
2784
|
"description": "The prediction market exchange to target."
|
|
2785
2785
|
},
|
|
2786
|
-
"
|
|
2786
|
+
"outcomeIds": {},
|
|
2787
2787
|
"limit": {
|
|
2788
2788
|
"type": "number"
|
|
2789
2789
|
},
|
|
@@ -2794,7 +2794,7 @@ export const TOOLS = [
|
|
|
2794
2794
|
},
|
|
2795
2795
|
"required": [
|
|
2796
2796
|
"exchange",
|
|
2797
|
-
"
|
|
2797
|
+
"outcomeIds"
|
|
2798
2798
|
]
|
|
2799
2799
|
},
|
|
2800
2800
|
"annotations": {
|
|
@@ -2803,7 +2803,7 @@ export const TOOLS = [
|
|
|
2803
2803
|
"method": "watchOrderBooks",
|
|
2804
2804
|
"args": [
|
|
2805
2805
|
{
|
|
2806
|
-
"name": "
|
|
2806
|
+
"name": "outcomeIds",
|
|
2807
2807
|
"kind": "unknown",
|
|
2808
2808
|
"optional": false,
|
|
2809
2809
|
"flatten": false
|