Add settings and environment variables reference (#3384)

* Add settings reference page

* Note .env caveat for nested Docket settings
This commit is contained in:
Jeremiah Lowin 2026-03-04 15:29:31 -05:00 committed by GitHub
commit d4a8354ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 95 additions and 0 deletions

View file

@ -102,6 +102,7 @@ When modifying MCP functionality, changes typically need to be applied across al
- Do not manually modify `docs/python-sdk/**` — these files are auto-generated from source code by a bot and maintained via a long-lived PR. Do not include changes to these files in contributor PRs.
- Do not manually modify `docs/public/schemas/**` or `src/fastmcp/utilities/mcp_server_config/v1/schema.json` — these are auto-generated and maintained via a long-lived PR.
- **Core Principle:** A feature doesn't exist unless it is documented!
- When adding or modifying settings in `src/fastmcp/settings.py`, update `docs/more/settings.mdx` to match.
### Documentation Guidelines