Skip to main contentChangelog
All notable changes to the FRED MCP Server are documented here.
[1.0.2] - 2024-10-20
Added
- Comprehensive documentation
- Zenodo DOI for citations
- Enhanced error handling
Changed
- Updated dependencies
- Improved TypeScript types
Fixed
- Rate limiting edge cases
- Search result pagination
[1.0.1] - 2024-09-15
Fixed
- Authentication error messages
- Series observation retrieval
[1.0.0] - 2024-09-01
Added
- Initial release
- Three core tools: fred_search, fred_browse, fred_get_series
- MCP protocol implementation
- TypeScript support
Versioning
This project follows Semantic Versioning:
- MAJOR: Breaking changes
- MINOR: New features (backward-compatible)
- PATCH: Bug fixes (backward-compatible)
Release Process
- Update version in package.json
- Update CHANGELOG.md
- Create git tag
- Publish to npm
- Create GitHub release
Next Steps