@pmxt/mcp 2.35.3 → 2.35.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.
@@ -1507,88 +1507,6 @@ export const TOOLS = [
1507
1507
  }
1508
1508
  ]
1509
1509
  },
1510
- {
1511
- "name": "fetchMatches",
1512
- "description": "Find Similar Markets (Deprecated)",
1513
- "inputSchema": {
1514
- "type": "object",
1515
- "properties": {
1516
- "exchange": {
1517
- "type": "string",
1518
- "enum": [
1519
- "polymarket",
1520
- "kalshi",
1521
- "kalshi-demo",
1522
- "limitless",
1523
- "probable",
1524
- "baozi",
1525
- "myriad",
1526
- "opinion",
1527
- "metaculus",
1528
- "smarkets",
1529
- "polymarket_us",
1530
- "router"
1531
- ],
1532
- "description": "The prediction market exchange to target."
1533
- },
1534
- "market": {
1535
- "allOf": [
1536
- {
1537
- "$ref": "#/components/schemas/UnifiedMarket"
1538
- }
1539
- ],
1540
- "description": "Pass a UnifiedMarket directly instead of marketId/slug/url."
1541
- },
1542
- "marketId": {
1543
- "type": "string"
1544
- },
1545
- "slug": {
1546
- "type": "string"
1547
- },
1548
- "url": {
1549
- "type": "string"
1550
- },
1551
- "relation": {
1552
- "type": "string",
1553
- "enum": [
1554
- "identity",
1555
- "subset",
1556
- "superset",
1557
- "overlap",
1558
- "disjoint"
1559
- ]
1560
- },
1561
- "minConfidence": {
1562
- "type": "number"
1563
- },
1564
- "limit": {
1565
- "type": "number"
1566
- },
1567
- "includePrices": {
1568
- "type": "boolean"
1569
- },
1570
- "verbose": {
1571
- "type": "boolean",
1572
- "description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
1573
- }
1574
- },
1575
- "required": [
1576
- "exchange"
1577
- ]
1578
- },
1579
- "annotations": {
1580
- "readOnlyHint": true
1581
- },
1582
- "method": "fetchMatches",
1583
- "args": [
1584
- {
1585
- "name": "params",
1586
- "kind": "object",
1587
- "optional": false,
1588
- "flatten": true
1589
- }
1590
- ]
1591
- },
1592
1510
  {
1593
1511
  "name": "fetchMyTrades",
1594
1512
  "description": "Fetch My Trades",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.35.3",
3
+ "version": "2.35.5",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {