添加MAP MCP、联网搜索skill
This commit is contained in:
16
MCP/map-mcp/pyproject.toml
Normal file
16
MCP/map-mcp/pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user