添加MAP MCP、联网搜索skill

This commit is contained in:
龙澳
2026-03-27 17:17:29 +08:00
parent 90784a2f7d
commit 6fc17c81f0
21 changed files with 4281 additions and 16 deletions

View File

@@ -0,0 +1,16 @@
[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"