diff --git a/codemcp/tools/run_command.py b/codemcp/tools/run_command.py index ec68619..0665b55 100644 --- a/codemcp/tools/run_command.py +++ b/codemcp/tools/run_command.py @@ -6,12 +6,14 @@ from ..code_command import get_command_from_config, run_code_command from ..common import normalize_file_path from .commit_utils import append_commit_hash +from ..mcp import mcp __all__ = [ "run_command", ] +@mcp.tool() async def run_command( project_dir: Optional[str] = None, command: str = "",