Enables code coverage analysis and reporting as indicated by the commented-out codecov badge section in the README.
Provides access to GitHub for repository management, code collaboration, and discussions through GitHub Discussions feature mentioned in the README badges.
Allows for package distribution through PyPI as shown in the commented-out future installation instructions and PyPI badges.
marvin-mcp-server
Overview
MCP server for amazing marvin.
Related MCP server: A2A MCP Server
Usage
Install the package using pip, or with a dependency manager like uv:
and import the package in your code:
Development
Getting started
install , .
git clone this repo:
git clone https://github.com/tsvikas/marvin-mcp-server.gitorgh repo clone tsvikas/marvin-mcp-server.gitrun
uv run just prepare
Tests and code quality
use
uv run just formatto format the code.use
uv run just lintto see linting errors.use
uv run just testto run tests.use
uv run just checkto run all the checks (format, lint, test, and pre-commit).Run a specific tool directly, with
uv run pytest/ruff/mypy/black/pre-commit/...