What's Changed
- expose stateless HTTP as an optional parameter by @jiapingzeng in #86
- Update changelog for 0.3 and 0.3.1 by @jiapingzeng in #87
- Update pyproject.toml for 0.3.1 release by @jiapingzeng in #88
- add timeout as optional parameter by @jiapingzeng in #92
- Implement field filtering args to ListIndexTool by @ssunno in #97
- Added new tools for comprehensive OpenSearch Ops analysis by @aswath86 in #78
- add tool args description modify feature to config file parser by @ssunno in #100
- Enhance tool filter by @nathaliellenaa in #101
- Add core tools as a category by @nathaliellenaa in #103
- set stateless=True for streaming server by default by @jiapingzeng in #104
- Fix readme and user guide by @nathaliellenaa in #105
- Upgrade version to 0.4.0 by @nathaliellenaa in #106
Breaking Changes
opensearch-mcp-server-pynow defaults to stateless mode for better platform compatibility and alignment with industry standards in #104- Removed display name and description alias support for tool customization; use direct field names (e.g.,
display_nameordescription) in #100
New Contributors
Full Changelog: 0.3.0...0.4.0