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