Project Info
Contributing
The contributor workflow at a glance, with validation expectations and links back to the repository-level guide.
The full contributor workflow lives in the repository root at CONTRIBUTING.md.
Repository reference docs for architecture, specifications, deployment, and historical plans live under reference/.
Summary
- Create a focused branch from
main. - Keep changes small and explicit.
- Update tests for behavior or contract changes.
- Update the docs when prompts, client setup, or technical behavior changes.
- Run
npm run typecheck,npm test, andnpm run buildbefore opening a pull request. - Use Node.js 20 or 22 locally when possible to match CI, release publishing, and the production container baseline.
Repository Guide
- GitHub view: https://github.com/jflamb/fdic-mcp-server/blob/main/CONTRIBUTING.md
- Local file:
CONTRIBUTING.md - Repo reference docs:
reference/