@pmxt/mcp 2.33.0 → 2.33.1

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.
@@ -838,7 +838,14 @@ export const TOOLS = [
838
838
  "type": "string"
839
839
  },
840
840
  "relation": {
841
- "$ref": "#/components/schemas/MatchRelation"
841
+ "type": "string",
842
+ "enum": [
843
+ "identity",
844
+ "subset",
845
+ "superset",
846
+ "overlap",
847
+ "disjoint"
848
+ ]
842
849
  },
843
850
  "minConfidence": {
844
851
  "type": "number"
@@ -1018,7 +1025,14 @@ export const TOOLS = [
1018
1025
  "type": "string"
1019
1026
  },
1020
1027
  "relation": {
1021
- "$ref": "#/components/schemas/MatchRelation"
1028
+ "type": "string",
1029
+ "enum": [
1030
+ "identity",
1031
+ "subset",
1032
+ "superset",
1033
+ "overlap",
1034
+ "disjoint"
1035
+ ]
1022
1036
  },
1023
1037
  "minConfidence": {
1024
1038
  "type": "number"
@@ -1360,7 +1374,14 @@ export const TOOLS = [
1360
1374
  "type": "string"
1361
1375
  },
1362
1376
  "relation": {
1363
- "$ref": "#/components/schemas/MatchRelation"
1377
+ "type": "string",
1378
+ "enum": [
1379
+ "identity",
1380
+ "subset",
1381
+ "superset",
1382
+ "overlap",
1383
+ "disjoint"
1384
+ ]
1364
1385
  },
1365
1386
  "minConfidence": {
1366
1387
  "type": "number"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.33.0",
3
+ "version": "2.33.1",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {