Initial commit: Custom Proxmox MCP with SSE wrapper
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "proxmox-mcp-custom"
|
||||
version = "0.1.0"
|
||||
description = "Custom Proxmox MCP Server"
|
||||
dependencies = [
|
||||
"mcp",
|
||||
"proxmoxer",
|
||||
"uvicorn",
|
||||
"fastapi",
|
||||
"python-dotenv", # For local development
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.uv]
|
||||
python-version = "3.11" # Specify desired Python version for uv
|
||||
Reference in New Issue
Block a user