Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading