# 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 # 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://