马文mcp服务器
   \  ](https://github.com/tsvikas/marvin-mcp-server/discussions) 
概述
MCP服务器为惊人的马文。
用法
使用pip或像uv这样的依赖管理器安装包:
pip install git+https://github.com/tsvikas/marvin-mcp-server.git`并在代码中导入该包:
import marvin_mcp_server发展
入门
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/...
