Skip to content
Merged
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
9 changes: 0 additions & 9 deletions .changeset/cleanup-patch.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.0.18

### 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:

- 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
- Move `shx` from `dependencies` to `devDependencies` so npm consumers don't pull it in

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iqai/mcp-polymarket",
"version": "0.0.17",
"version": "0.0.18",
"description": "Polymarket MCP Server - Model Context Protocol server for Polymarket trading",
"packageManager": "pnpm@9.15.4",
"type": "module",
Expand Down