Skip to main content

Changelog

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

  1. Update version in package.json
  2. Update CHANGELOG.md
  3. Create git tag
  4. Publish to npm
  5. Create GitHub release

Next Steps