Skip to content

Releases: IQAIcom/mcp-polymarket

v0.0.16

11 Feb 08:50
3cb1ba3

Choose a tag to compare

Patch Changes

  • 0f1d89f: Fix npm compatibility by replacing JSR protocol dependency

    • Replace jsr:@hk/polymarket with npm-compatible @jsr/hk__polymarket package
    • Fix EUNSUPPORTEDPROTOCOL error when installing with npm/npx
    • Enable installation with all package managers (npm, pnpm, yarn) without JSR-specific syntax

v0.0.15

29 Jan 12:13
5c1c47b

Choose a tag to compare

Patch Changes

  • 57566eb: Fix network detection errors with flaky RPC endpoints

    • Use StaticJsonRpcProvider instead of JsonRpcProvider to bypass network auto-detection
    • Fix signature type auto-detection being overwritten during config merge
    • Skip approval checks for proxy wallet mode (signature type 2) since approvals are managed via Polymarket UI

v0.0.14

15 Jan 06:12
a7f671a

Choose a tag to compare

Patch Changes

  • e4de267: Fix clob client errors on createOrDeriveApiKey

v0.0.13

03 Nov 10:40
9d1e65b

Choose a tag to compare

Patch Changes

  • 768ef22: Makes default signature type to 2 for supporting proxy contract

v0.0.12

03 Nov 10:22
b9356ad

Choose a tag to compare

Patch Changes

  • aee641d: Add close false for get active markets
  • aabc860: Improves the approvals service code

v0.0.11

03 Nov 09:55
8620f1e

Choose a tag to compare

Patch Changes

  • 2829873: adds approval code for negrisk

v0.0.10

03 Nov 08:44
9eef436

Choose a tag to compare

Patch Changes

  • 859db6c: improve tool descriptions

v0.0.9

03 Nov 07:44
ed00ed3

Choose a tag to compare

Patch Changes

  • 187fbb4: Fix signature error on place order

v0.0.8

30 Oct 13:15
603c917

Choose a tag to compare

Patch Changes

v0.0.7

30 Oct 11:17
d1d63ab

Choose a tag to compare

Patch Changes

  • 1e28dec: Fixes polymarket kit sdk installation for pnpm