@pmxt/mcp 2.43.3 → 2.43.5

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.
@@ -2134,6 +2134,22 @@ export const TOOLS = [
2134
2134
  "limit": {
2135
2135
  "type": "number"
2136
2136
  },
2137
+ "side": {
2138
+ "type": "string",
2139
+ "enum": [
2140
+ "yes",
2141
+ "no"
2142
+ ],
2143
+ "description": "Outcome side: 'yes' or 'no'. Required for exchanges like Limitless where the API returns a single orderbook per market."
2144
+ },
2145
+ "since": {
2146
+ "type": "number",
2147
+ "description": "Unix timestamp (ms) — fetch a historical snapshot at or before this time, or the start of a range when combined with `until` (hosted API only)."
2148
+ },
2149
+ "until": {
2150
+ "type": "number",
2151
+ "description": "Unix timestamp (ms) — end of a historical range. When combined with `since`, returns an array of reconstructed L2 OrderBook snapshots between `since` and `until` (hosted API only)."
2152
+ },
2137
2153
  "verbose": {
2138
2154
  "type": "boolean",
2139
2155
  "description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.43.3",
3
+ "version": "2.43.5",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {