添加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,12 @@
[project]
name = "mars-mcp"
version = "0.1.0"
description = "火星数据 MCP 服务器 - 为 nanobot 提供时空查询工具"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.0.0",
"chromadb>=1.4.1",
"requests>=2.32.5",
"numpy>=1.26.0",
"python-dotenv>=1.0.0",
]