From c67679fa761114780e7524a2f71421ad992ce04c Mon Sep 17 00:00:00 2001 From: Marvellous Nwachukwu Date: Fri, 15 May 2026 12:09:03 +0100 Subject: [PATCH] chore: add changeset for cleanup patch User-visible fixes from PRs #54/#55: corrected stderr newlines, safer negRisk redemption, smaller install footprint. --- .changeset/cleanup-patch.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/cleanup-patch.md diff --git a/.changeset/cleanup-patch.md b/.changeset/cleanup-patch.md new file mode 100644 index 0000000..632e5f2 --- /dev/null +++ b/.changeset/cleanup-patch.md @@ -0,0 +1,9 @@ +--- +"@iqai/mcp-polymarket": patch +--- + +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