diff --git a/.changeset/config.json b/.changeset/config.json index 62e15ae..943a948 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "IQAIcom/mcp-polymarket" } + { "repo": "IQOfficial/mcp-polymarket" } ], "commit": false, "fixed": [], diff --git a/CHANGELOG.md b/CHANGELOG.md index efafdca..d232828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- [#57](https://github.com/IQAIcom/mcp-polymarket/pull/57) [`c67679f`](https://github.com/IQAIcom/mcp-polymarket/commit/c67679fa761114780e7524a2f71421ad992ce04c) Thanks [@MarvelNwachukwu](https://github.com/MarvelNwachukwu)! - Cleanup batch: +- [#57](https://github.com/IQOfficial/mcp-polymarket/pull/57) [`c67679f`](https://github.com/IQOfficial/mcp-polymarket/commit/c67679fa761114780e7524a2f71421ad992ce04c) Thanks [@MarvelNwachukwu](https://github.com/MarvelNwachukwu)! - Cleanup batch: - Fix stderr log lines running together due to missing trailing newlines on init/order/market-order logs (server log output is no longer corrupted into one line) - Reject invalid `outcomeIndex` for negRisk redemption instead of silently defaulting to outcome 0 — prevents accidentally redeeming the losing side when the caller passes a bad value diff --git a/README.md b/README.md index 5efe7c9..915d0da 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ npx @iqai/mcp-polymarket ### 🔧 Build from Source ```bash -git clone https://github.com/IQAIcom/mcp-polymarket.git +git clone https://github.com/IQOfficial/mcp-polymarket.git cd mcp-polymarket pnpm install pnpm run build diff --git a/package.json b/package.json index 065ecab..24db954 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/IQAIcom/mcp-polymarket.git" + "url": "https://github.com/IQOfficial/mcp-polymarket.git" }, "dependencies": { "@jsr/hk__polymarket": "^0.2.1",