v1.0.0
Added
- Binary entry point —
fortimanager-mcpCLI command viabinfield in package.json (source installs only)
Changed
- Stable release — promoted from Beta to v1.0.0 public release
- API spec files removed from repository — spec files are now generated locally from Fortinet's HTML docs (not redistributable). Users must download the FortiManager JSON API Reference from FNDN and run
npm run generate:specbefore first use. - Git LFS removed — no longer needed since spec files are git-ignored
- Clear startup error — server now shows detailed instructions when spec files are missing
- Documentation updated with spec generation prerequisites across README, usage-guide, and CONTRIBUTING
- Dockerfile updated to require locally-generated spec files before building
- CI workflows no longer require Git LFS checkout
- Repository visibility changed to public
Full Changelog: https://github.com/jmpijll/fortimanager-code-mode-mcp/compare/...
Note: This server requires locally-generated API spec files. See README for setup instructions.