-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
documentationUpdates to docs, examples, or guides. Primary change is documentation-related.Updates to docs, examples, or guides. Primary change is documentation-related.
Description
FastMCP has a rich Settings class with many configurable options (FASTMCP_HOST, FASTMCP_PORT, FASTMCP_LOG_LEVEL, FASTMCP_TRANSPORT, etc.) that are automatically available as environment variables via pydantic-settings, but there's no dedicated documentation page listing them all.
Users currently have to read the source (src/fastmcp/settings.py) to discover what's configurable. A settings reference page would make these much more discoverable — especially for deployment scenarios where env vars are the primary configuration mechanism (Docker, ECS, K8s).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationUpdates to docs, examples, or guides. Primary change is documentation-related.Updates to docs, examples, or guides. Primary change is documentation-related.