@pmxt/mcp 2.31.0 → 2.31.1
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 +23 -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-18)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -662,6 +662,17 @@ export const TOOLS = [
|
|
|
662
662
|
],
|
|
663
663
|
"description": "Optional client-side filter applied after fetching"
|
|
664
664
|
},
|
|
665
|
+
"category": {
|
|
666
|
+
"type": "string",
|
|
667
|
+
"description": "Shorthand for filter.category -- merged into filter (takes precedence)"
|
|
668
|
+
},
|
|
669
|
+
"tags": {
|
|
670
|
+
"type": "array",
|
|
671
|
+
"items": {
|
|
672
|
+
"type": "string"
|
|
673
|
+
},
|
|
674
|
+
"description": "Shorthand for filter.tags -- merged into filter (takes precedence)"
|
|
675
|
+
},
|
|
665
676
|
"verbose": {
|
|
666
677
|
"type": "boolean",
|
|
667
678
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|
|
@@ -763,6 +774,17 @@ export const TOOLS = [
|
|
|
763
774
|
],
|
|
764
775
|
"description": "Optional client-side filter applied after fetching"
|
|
765
776
|
},
|
|
777
|
+
"category": {
|
|
778
|
+
"type": "string",
|
|
779
|
+
"description": "Shorthand for filter.category -- merged into filter (takes precedence)"
|
|
780
|
+
},
|
|
781
|
+
"tags": {
|
|
782
|
+
"type": "array",
|
|
783
|
+
"items": {
|
|
784
|
+
"type": "string"
|
|
785
|
+
},
|
|
786
|
+
"description": "Shorthand for filter.tags -- merged into filter (takes precedence)"
|
|
787
|
+
},
|
|
766
788
|
"verbose": {
|
|
767
789
|
"type": "boolean",
|
|
768
790
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|