CHANGELOG.md•2.29 kB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.9] - 2025-08-24
### Changed
- Increased default OPENAI_API_TIMEOUT from 60000ms (1 minute) to 300000ms (5 minutes)
## [0.0.8] - 2025-08-24
### Added
- Support for configurable model selection via OPENAI_MODEL environment variable
## [0.0.7] - 2025-08-06
### Fixed
- Removed console.log breaking MCP JSON-RPC communication (#11)
### Changed
- Updated README files with new badge layout and structure
- Added support for 4 languages in README (English, Japanese, Chinese, Korean)
### Added
- MseeP.ai badge to README.md (#10)
### Thanks
- @yoichiojima-2 for fixing MCP JSON-RPC communication issue (#11)
- @lwsinclair for adding MseeP.ai badge (#10)
## [0.0.6] - 2025-01-20
### Changed
- Updated syntax highlighting in README from json to jsonc (#9)
- Improved README and package.json description for better clarity
### Removed
- Removed unused minimist dependency (#8)
### Thanks
- @debiru for updating syntax highlighting in README (#9)
- @acro5piano for removing unused minimist dependency (#8)
## [0.0.5] - 2025-01-16
### Changed
- Updated tool description for better clarity
- Formatted code with Prettier for consistency
## [0.0.4] - 2025-01-12
### Added
- Configurable retry and timeout for OpenAI API (#6)
- MCP server badge (#1)
- MIT LICENSE file
- Release command setup
- Local setup configuration
### Thanks
- @wildgeece96 for adding configurable retry and timeout for OpenAI API (#6)
- @punkpeye for adding MCP server badge (#1)
[Unreleased]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.9...HEAD
[0.0.9]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/yoshiko-pg/o3-search-mcp/compare/v0.0.3...v0.0.4