Initial commit: process cleaning MCP server with 6 tools
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "procleaning-mcp"
|
||||
version = "0.1.0"
|
||||
description = "Python MCP Server for process monitoring and cleaning"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"mcp>=1.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
procleaning-mcp = "procleaning_mcp.server:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/procleaning_mcp"]
|
||||
Reference in New Issue
Block a user