Files
mcp-python/.uvrc
T
dinlo 017135fe0e Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 18:45:22 +08:00

21 lines
436 B
Plaintext

# 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