All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- MCP client environment variable configuration support for npm/npx usage
- GPT-5 specific parameter support (
OPENAI_MAX_COMPLETION_TOKENS_DEFAULT,OPENAI_VERBOSITY_DEFAULT,OPENAI_REASONING_EFFORT_DEFAULT) - Google Gemini model support for MCP clients
- Comprehensive MCP configuration examples documentation
- Environment variable priority system (MCP env > .env file > system env)
- Simplified MCP configuration to only include tested working examples
- Updated documentation to clearly separate local vs npm installation methods
- Removed complex multi-provider configurations from main README
- Consolidated all MCP client configurations into dedicated documentation file
- MCP client configuration validation issues
- Environment variable loading order for npx execution
- GPT-5 model parameter handling in MCP context
- Enhanced security by recommending MCP environment variables over .env files for npm usage
- Clear separation of local development vs production MCP usage patterns
- Resolved MCP server initialization issues
- Fixed environment provider loading order
- Corrected GPT-5 parameter validation logic
- Updated package metadata and dependencies
- Configuration validation improvements
- Enhanced error handling and logging
- Build and deployment fixes
- Initial MCP environment variable support
- Initial release of Athena Protocol MCP Server
- Support for multiple LLM providers (OpenAI, Anthropic, Google, etc.)
- Basic MCP server functionality
- Environment variable configuration system
- Local .env file support