Simple MCP Server
Setup environment variables or configure the .env file from the .env.example
- Clone repo
- Install development dependencies:
uv sync --dev - Create
.envfrom.env.example
uv run --env-file .env src/main.py
The project uses the ruff tool as a linter.
The following command allows to run linter
uv run ruff check
and this command allow to fix formatting
uv run ruff format