@pmxt/mcp 2.35.12 → 2.35.14
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 +4 -10
- 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-04-
|
|
2
|
+
// Generated from core/src/server/openapi.yaml (2026-04-28)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -1826,15 +1826,9 @@ export const TOOLS = [
|
|
|
1826
1826
|
},
|
|
1827
1827
|
"resolution": {
|
|
1828
1828
|
"type": "string",
|
|
1829
|
-
"
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
"15m",
|
|
1833
|
-
"1h",
|
|
1834
|
-
"6h",
|
|
1835
|
-
"1d"
|
|
1836
|
-
],
|
|
1837
|
-
"description": "Required for candle aggregation"
|
|
1829
|
+
"pattern": "^[0-9]+[smhd]$",
|
|
1830
|
+
"example": "1h",
|
|
1831
|
+
"description": "Candle interval. Common values: 1m, 5m, 15m, 1h, 6h, 1d. Arbitrary intervals (e.g. 30s, 120s, 3h) accepted by venues that support them."
|
|
1838
1832
|
},
|
|
1839
1833
|
"start": {
|
|
1840
1834
|
"type": "string",
|