@pmxt/mcp 2.43.17 → 2.43.19
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 +8 -0
- package/package.json +1 -1
package/dist/generated/tools.js
CHANGED
|
@@ -775,6 +775,10 @@ export const TOOLS = [
|
|
|
775
775
|
"type": "number",
|
|
776
776
|
"description": "Maximum number of results to return"
|
|
777
777
|
},
|
|
778
|
+
"cursor": {
|
|
779
|
+
"type": "string",
|
|
780
|
+
"description": "Opaque venue pagination cursor, where supported."
|
|
781
|
+
},
|
|
778
782
|
"offset": {
|
|
779
783
|
"type": "number",
|
|
780
784
|
"description": "Pagination offset — number of results to skip"
|
|
@@ -982,6 +986,10 @@ export const TOOLS = [
|
|
|
982
986
|
"type": "number",
|
|
983
987
|
"description": "Maximum number of results to return"
|
|
984
988
|
},
|
|
989
|
+
"cursor": {
|
|
990
|
+
"type": "string",
|
|
991
|
+
"description": "Opaque venue pagination cursor, where supported."
|
|
992
|
+
},
|
|
985
993
|
"offset": {
|
|
986
994
|
"type": "number",
|
|
987
995
|
"description": "Pagination offset — number of results to skip"
|