17 lines
359 B
TOML
17 lines
359 B
TOML
[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"
|