@pmxt/mcp 2.30.9 → 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 +44 -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-04-
|
|
2
|
+
// Generated from core/src/server/openapi.yaml (2026-04-18)
|
|
3
3
|
export const TOOLS = [
|
|
4
4
|
{
|
|
5
5
|
"name": "buildOrder",
|
|
@@ -654,6 +654,25 @@ export const TOOLS = [
|
|
|
654
654
|
"type": "string",
|
|
655
655
|
"description": "Lookup by event slug"
|
|
656
656
|
},
|
|
657
|
+
"filter": {
|
|
658
|
+
"allOf": [
|
|
659
|
+
{
|
|
660
|
+
"$ref": "#/components/schemas/EventFilterCriteria"
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"description": "Optional client-side filter applied after fetching"
|
|
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
|
+
},
|
|
657
676
|
"verbose": {
|
|
658
677
|
"type": "boolean",
|
|
659
678
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|
|
@@ -678,7 +697,7 @@ export const TOOLS = [
|
|
|
678
697
|
},
|
|
679
698
|
{
|
|
680
699
|
"name": "fetchEvents",
|
|
681
|
-
"description": "
|
|
700
|
+
"description": "Fetch events with optional keyword search. Events group related markets together (e.g., \"Who will be Fed Chair?\" contains multiple candidate markets).",
|
|
682
701
|
"inputSchema": {
|
|
683
702
|
"type": "object",
|
|
684
703
|
"properties": {
|
|
@@ -747,6 +766,25 @@ export const TOOLS = [
|
|
|
747
766
|
"type": "string",
|
|
748
767
|
"description": "Lookup by event slug"
|
|
749
768
|
},
|
|
769
|
+
"filter": {
|
|
770
|
+
"allOf": [
|
|
771
|
+
{
|
|
772
|
+
"$ref": "#/components/schemas/EventFilterCriteria"
|
|
773
|
+
}
|
|
774
|
+
],
|
|
775
|
+
"description": "Optional client-side filter applied after fetching"
|
|
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
|
+
},
|
|
750
788
|
"verbose": {
|
|
751
789
|
"type": "boolean",
|
|
752
790
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|
|
@@ -880,7 +918,7 @@ export const TOOLS = [
|
|
|
880
918
|
},
|
|
881
919
|
{
|
|
882
920
|
"name": "fetchMarkets",
|
|
883
|
-
"description": "Fetch
|
|
921
|
+
"description": "Fetch markets with optional filtering, search, or slug lookup. Always hits the exchange API — results reflect the live state at the time of the call.",
|
|
884
922
|
"inputSchema": {
|
|
885
923
|
"type": "object",
|
|
886
924
|
"properties": {
|
|
@@ -1016,6 +1054,9 @@ export const TOOLS = [
|
|
|
1016
1054
|
"cursor": {
|
|
1017
1055
|
"type": "string"
|
|
1018
1056
|
},
|
|
1057
|
+
"filter": {
|
|
1058
|
+
"$ref": "#/components/schemas/MarketFilterCriteria"
|
|
1059
|
+
},
|
|
1019
1060
|
"verbose": {
|
|
1020
1061
|
"type": "boolean",
|
|
1021
1062
|
"description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
|