marvin-mcp-服务器
概述
MCP 服务器,适用于令人惊叹的 Marvin。
Related MCP server: A2A MCP Server
用法
使用 pip 或依赖项管理器(如 uv)安装软件包:
pip install git+https://github.com/tsvikas/marvin-mcp-server.git`
并在代码中导入该包:
import marvin_mcp_server
发展
入门
git clone 此 repo:
git clone https://github.com/tsvikas/marvin-mcp-server.git或gh repo clone tsvikas/marvin-mcp-server.git运行
uv run just prepare
测试和代码质量
使用
uv run just format来格式化代码。使用
uv run just lint来查看 linting 错误。使用
uv run just test来运行测试。使用
uv run just check运行所有检查(格式、lint、测试和预提交)。直接运行特定工具,使用
uv run pytest/ruff/mypy/black/pre-commit/...