Files
mars-nanobot/MCP/map-mcp/pyproject.toml

17 lines
359 B
TOML
Raw Normal View History

2026-03-27 17:17:29 +08:00
[project]
name = "map-mcp"
version = "0.1.0"
description = "地图操作 MCP 服务器 - 通过 WebSocket 桥接 nanobot 与 Cesium 前端"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.0.0",
"websockets>=15.0",
]
[tool.hatch.build.targets.wheel]
packages = ["."]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"