Skip to content

Conversation

@sgoley
Copy link
Contributor

@sgoley sgoley commented Sep 1, 2025

Add Docker deployment instructions

  • Added Docker configuration section to README.md showing users how to run the FRED MCP
  • Server via Docker container with proper environment variable setup for the FRED API key.
  • Prevents Docker container from immediately exiting on launch via -i interactive flag

Closes #10

@sgoley sgoley mentioned this pull request Sep 1, 2025
@stefanoamorelli
Copy link
Owner

stefanoamorelli commented Sep 1, 2025

Looks good @sgoley thanks a lot!

Do you mind signing the commit with GPG signature and amending to this PR so that we can merge to main?

You can read more about GPG signature on Github here: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

And once that's setup you can git commit --amend --no-edit -S and git push --force to push to this same branch without adding a new commit.

Copy link
Owner

@stefanoamorelli stefanoamorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@stefanoamorelli stefanoamorelli merged commit 1364b5a into stefanoamorelli:main Sep 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker instructions

2 participants