@pmxt/mcp 2.49.0 → 2.49.3

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.
@@ -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-06-08)
2
+ // Generated from core/src/server/openapi.yaml (2026-06-09)
3
3
  export const TOOLS = [
4
4
  {
5
5
  "name": "buildOrder",
@@ -2975,6 +2975,10 @@ export const TOOLS = [
2975
2975
  },
2976
2976
  "raw": {
2977
2977
  "description": "The raw, exchange-native payload. Always present."
2978
+ },
2979
+ "expiry": {
2980
+ "type": "number",
2981
+ "description": "Unix epoch (ms) when this built order expires server-side. Submitting after expiry returns BUILT_ORDER_EXPIRED."
2978
2982
  }
2979
2983
  },
2980
2984
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.49.0",
3
+ "version": "2.49.3",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {