get_config
Retrieve current pr-narrator configuration settings including base branch, ticket pattern, link template, prefix style, and default repo path from environment variables or defaults.
Instructions
Get the current pr-narrator configuration. Returns settings from MCP env vars or defaults.
Set in MCP JSON:
BASE_BRANCH: Base branch for PRs (e.g., "develop")
TICKET_PATTERN: Ticket regex (e.g., "[A-Z]+-\d+")
TICKET_LINK: Ticket URL template
PREFIX_STYLE: "capitalized" or "bracketed"
DEFAULT_REPO_PATH: Fallback repo path for single-repo workflows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Path to the git repository. IMPORTANT: Always pass the user's current project/workspace directory. |