We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ozgureyilmaz/polymarket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•3.26 KiB
# Changelog
## [0.2.0](https://github.com/ozgureyilmaz/polymarket-mcp/compare/v0.1.0...v0.2.0) (2026-01-05)
### Features
* add automated README maintenance system ([35b3855](https://github.com/ozgureyilmaz/polymarket-mcp/commit/35b38554e2eef28d4b6c1d30fe55487e72245e6c))
* Add CLI interface for all MCP tools ([7a1a6e9](https://github.com/ozgureyilmaz/polymarket-mcp/commit/7a1a6e91df3a6cecb64e2854d137ffaf219a4f17))
* Add CLI interface for all MCP tools ([c0be7f5](https://github.com/ozgureyilmaz/polymarket-mcp/commit/c0be7f5abeaf47c2a154efb8bbd1af1b6a6d7a13))
* add Docker support for containerized deployment ([ee31afe](https://github.com/ozgureyilmaz/polymarket-mcp/commit/ee31afe3cacdea46b548d79daad6cbe547023e95))
* Add positions and trades commands for wallet data ([994c2df](https://github.com/ozgureyilmaz/polymarket-mcp/commit/994c2df0f8c8d6bbda7ec031045d1b21d845137b))
* Add positions and trades commands for wallet data ([3d2ac47](https://github.com/ozgureyilmaz/polymarket-mcp/commit/3d2ac4774badb62eb4a1db8a309586c560a514d5))
* Add robust release automation, Docker support, and README auto-updates ([d1ada50](https://github.com/ozgureyilmaz/polymarket-mcp/commit/d1ada50d7b147a31199b43cfb641f1d4b796bc72))
* enhance configuration system and add development tooling ([0ff7a9d](https://github.com/ozgureyilmaz/polymarket-mcp/commit/0ff7a9d203d77b0ed47569bba98a3c219b2ed1b6))
* implement automated release management with Release Please ([19a87d3](https://github.com/ozgureyilmaz/polymarket-mcp/commit/19a87d3cb64e20daa9e43b0d4ab2523b9b9e5b32))
* upgrade release workflow with Release Please integration ([1f98884](https://github.com/ozgureyilmaz/polymarket-mcp/commit/1f988848af4befd248aebb8061dce0f2fcb8a9fa))
### Bug Fixes
* add GitHub Actions permissions for release workflow ([69a18e1](https://github.com/ozgureyilmaz/polymarket-mcp/commit/69a18e14b5f52541a3587b10a4628fa7caf95fba))
* Address security vulnerabilities in dependencies ([ea33ab5](https://github.com/ozgureyilmaz/polymarket-mcp/commit/ea33ab5bcc9e0f62d559d7f845a272c3971fa601))
* Allow dead_code in models.rs for future-use structs ([d4426d3](https://github.com/ozgureyilmaz/polymarket-mcp/commit/d4426d32f9d33a426e504e6afac2ada55beb7f82))
* Change default market ordering to volume24hr ([07889ef](https://github.com/ozgureyilmaz/polymarket-mcp/commit/07889ef77ba14bf2fe0f2aebde9f9c25d77156d5))
* Change default market ordering to volume24hr + Add CLI documentation ([73918e7](https://github.com/ozgureyilmaz/polymarket-mcp/commit/73918e7ec23bc2b6af3940bd552ea4481af0f4ca))
* Make endDate field optional to handle markets without end dates ([110256b](https://github.com/ozgureyilmaz/polymarket-mcp/commit/110256bfcbcdc01680e5f274bf19e1a41b69dcdf))
* Resolve clippy warnings ([5d54b9c](https://github.com/ozgureyilmaz/polymarket-mcp/commit/5d54b9cc0c8951566f74402d80c1faa6a7987210))
* Update dependencies and format code ([0f9ccee](https://github.com/ozgureyilmaz/polymarket-mcp/commit/0f9ccee8454fe5c3a5bce7660bbfb537ce67ec42))
* Update release-please action to googleapis version ([cb9d294](https://github.com/ozgureyilmaz/polymarket-mcp/commit/cb9d294d5440dc6265e176e73622ed8929a964f7))
* Update Trade model to match Data API response format ([8ae64b1](https://github.com/ozgureyilmaz/polymarket-mcp/commit/8ae64b17a2e67d682ee40207d0b0379884be131d))