> ## Documentation Index
> Fetch the complete documentation index at: https://fred-mcp-server.amorelli.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Version history and release notes

# 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](https://semver.org/):

* **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

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Install latest version
  </Card>

  <Card title="GitHub Releases" icon="github" href="https://github.com/stefanoamorelli/fred-mcp-server/releases">
    View all releases
  </Card>
</CardGroup>
