"""Compatibility shim for the MCP server.

Use the dedicated ``pygittools-mcp`` package for the actual implementation.
"""

from __future__ import annotations

from pygittools_mcp.mcp_server import *  # noqa: F401,F403