Aider MCP Server

  • tests
"""Pytest configuration.""" import pytest # Mark all tests in this directory as asyncio tests by default pytest_plugins = ["pytest_asyncio"]