@pmxt/mcp 2.37.4 → 2.37.6
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 +12 -3
- 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-05)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -2051,6 +2051,9 @@ export const TOOLS = [
|
|
|
2051
2051
|
"id": {
|
|
2052
2052
|
"type": "string"
|
|
2053
2053
|
},
|
|
2054
|
+
"side": {
|
|
2055
|
+
"type": "string"
|
|
2056
|
+
},
|
|
2054
2057
|
"verbose": {
|
|
2055
2058
|
"type": "boolean",
|
|
2056
2059
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|
|
@@ -2071,6 +2074,12 @@ export const TOOLS = [
|
|
|
2071
2074
|
"kind": "string",
|
|
2072
2075
|
"optional": false,
|
|
2073
2076
|
"flatten": false
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "side",
|
|
2080
|
+
"kind": "string",
|
|
2081
|
+
"optional": true,
|
|
2082
|
+
"flatten": false
|
|
2074
2083
|
}
|
|
2075
2084
|
]
|
|
2076
2085
|
},
|
|
@@ -2418,7 +2427,7 @@ export const TOOLS = [
|
|
|
2418
2427
|
},
|
|
2419
2428
|
{
|
|
2420
2429
|
"name": "side",
|
|
2421
|
-
"kind": "
|
|
2430
|
+
"kind": "string",
|
|
2422
2431
|
"optional": false,
|
|
2423
2432
|
"flatten": false
|
|
2424
2433
|
},
|
|
@@ -2524,7 +2533,7 @@ export const TOOLS = [
|
|
|
2524
2533
|
},
|
|
2525
2534
|
{
|
|
2526
2535
|
"name": "side",
|
|
2527
|
-
"kind": "
|
|
2536
|
+
"kind": "string",
|
|
2528
2537
|
"optional": false,
|
|
2529
2538
|
"flatten": false
|
|
2530
2539
|
},
|