# uv configuration for mcp-python-manager # This file is read by uv/uvx for project-specific settings [project] # Use this project as the source for the package name = "mcp-python-manager" [run] # Default command when running with uvx command = "mcp-python-manager" [env] # Environment variables for uvx runs PYTHONUNBUFFERED = "1" UV_LINK_MODE = "copy" [cache] # Cache settings for faster uvx runs no-cache = false offline = false