Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user