Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions codemcp/tools/run_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "",
Expand Down
Loading