@pmxt/mcp 2.43.8 → 2.43.10

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-05-22)
2
+ // Generated from core/src/server/openapi.yaml (2026-05-23)
3
3
  export const TOOLS = [
4
4
  {
5
5
  "name": "buildOrder",
@@ -2103,7 +2103,7 @@ export const TOOLS = [
2103
2103
  },
2104
2104
  {
2105
2105
  "name": "fetchOrderBook",
2106
- "description": "Fetch the order book (bids/asks) for a specific outcome.",
2106
+ "description": "Fetch the order book (bids/asks) for a specific outcome. Supports live and historical queries. For historical data, pass `since` to get a single snapshot, or `since` + `until` to get an array of fully reconstructed L2 books from the archive. Range queries return up to `limit` snapshots (default 100, max 1000).",
2107
2107
  "inputSchema": {
2108
2108
  "type": "object",
2109
2109
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.43.8",
3
+ "version": "2.43.10",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {