initial upl

This commit is contained in:
Luxferre
2026-03-10 10:46:23 +02:00
commit 7e56c692af
5 changed files with 287 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[project]
name = "cities-mcp"
version = "0.1.0"
description = "A FastMCP server for managing Neocities sites"
dependencies = [
"fastmcp>=0.1.0",
"httpx>=0.27.0"
]
requires-python = ">=3.10"
[project.scripts]
cities-mcp = "cities_mcp:mcp.run"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["cities_mcp.py"]