Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mcpo-0.0.17-py3-none-any.whl | 2025-07-31 | 23.7 kB | |
mcpo-0.0.17.tar.gz | 2025-07-31 | 114.5 kB | |
README.md | 2025-07-31 | 2.2 kB | |
v0.0.17 source code.tar.gz | 2025-07-31 | 72.1 kB | |
v0.0.17 source code.zip | 2025-07-31 | 79.1 kB | |
Totals: 5 Items | 291.7 kB | 3 |
[0.0.17] - 2025-07-22
Added
- š Hot Reload Support for Configuration Files: Added
--hot-reload
flag to watch your config file for changes and dynamically reload MCP servers without restarting the applicationāenabling seamless development workflows and runtime configuration updates. - 𤫠HTTP Request Filtering for Cleaner Logs: Added configurable log filtering to reduce noise from frequent HTTP requests, making debugging and monitoring much clearer in production environments.
Changed
- ā¬ļø Updated MCP Package to v1.12.1: Upgraded MCP dependency to resolve compatibility issues with Pydantic and improve overall stability and performance.
- š§ Normalized Streamable HTTP Configuration: Streamlined configuration syntax for streamable-http servers to align with MCP standards while maintaining backward compatibility.
What's Changed
- enh: Allow for startup if some MCPs unavailable, graceful shutdown and better subtask handling by @taylorwilsdon in https://github.com/open-webui/mcpo/pull/194
- fix: propagate schema_defs to enable using schemas within native collections by @amichai-gloat in https://github.com/open-webui/mcpo/pull/196
- feat: support hot reload on config change by @taylorwilsdon in https://github.com/open-webui/mcpo/pull/212
- enh: Rename Streamable HTTP type to match spec best practices, add helper function by @taylorwilsdon in https://github.com/open-webui/mcpo/pull/210
- docs: readme: correct '--headers' to '--header' by @amichai-gloat in https://github.com/open-webui/mcpo/pull/195
- Add dockerignore by @krewi1 in https://github.com/open-webui/mcpo/pull/208
- doc: Changelog & Readme Updates for 0.17 by @taylorwilsdon in https://github.com/open-webui/mcpo/pull/213
- 0.0.17 by @taylorwilsdon in https://github.com/open-webui/mcpo/pull/216
- Raise and alias by @taylorwilsdon in https://github.com/open-webui/mcpo/pull/224
New Contributors
- @amichai-gloat made their first contribution in https://github.com/open-webui/mcpo/pull/196
- @krewi1 made their first contribution in https://github.com/open-webui/mcpo/pull/208
Full Changelog: https://github.com/open-webui/mcpo/compare/v0.0.16...v0.0.17