Skip to content

Release v1.0.2

Latest

Choose a tag to compare

@stefanoamorelli stefanoamorelli released this 16 Sep 17:18
· 22 commits to main since this release

What's Changed

  • Added MCP registry token files to .gitignore to prevent accidental commits
  • Bumped package version to 1.0.2
  • Updated server.json version to match package.json
  • Updated TypeScript source implementation

Improvements

  • Enhanced security by excluding sensitive MCP registry tokens from version control
  • Synchronized version numbers across package.json and server.json

Installation

npm install -g fred-mcp-server@1.0.2

Configuration

Ensure you have your FRED API key set:

export FRED_API_KEY=your_api_key_here

Full Changelog: v1.0.1...v1.0.2