Source code for ralph.mcp.tools._git_show_params
"""GitShowParams dataclass for the git show MCP tool."""
from __future__ import annotations
from dataclasses import dataclass
[docs]
@dataclass(frozen=True)
class GitShowParams:
"""Parsed parameters for the git show tool."""
git_ref: str