@pmxt/mcp 2.34.0 → 2.34.2
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 +15 -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-04-
|
|
2
|
+
// Generated from core/src/server/openapi.yaml (2026-04-24)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -501,6 +501,20 @@ export const TOOLS = [
|
|
|
501
501
|
"limit": {
|
|
502
502
|
"type": "number"
|
|
503
503
|
},
|
|
504
|
+
"relations": {
|
|
505
|
+
"type": "array",
|
|
506
|
+
"items": {
|
|
507
|
+
"type": "string",
|
|
508
|
+
"enum": [
|
|
509
|
+
"identity",
|
|
510
|
+
"subset",
|
|
511
|
+
"superset",
|
|
512
|
+
"overlap",
|
|
513
|
+
"disjoint"
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
"description": "Comma-separated relation types to include (default: 'identity')."
|
|
517
|
+
},
|
|
504
518
|
"verbose": {
|
|
505
519
|
"type": "boolean",
|
|
506
520
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|