# FastMCP Tasks Example Environment Configuration # This file is loaded by direnv (https://direnv.net/) when you cd into this directory # Run `direnv allow` to enable automatic environment loading # Enable Docket support for background task execution export FASTMCP_ENABLE_DOCKET=true # Enable MCP SEP-1686 task protocol support export FASTMCP_ENABLE_TASKS=true # Configure Docket backend URL # Use Redis backend (requires docker-compose up) export FASTMCP_DOCKET_URL=redis://localhost:24242/0 # Or uncomment to use memory:// for single-process testing # export FASTMCP_DOCKET_URL=memory://