Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created October 23, 2025 14:01
Show Gist options
  • Select an option

  • Save kaihendry/b32e66071df8a60dc87e71035f05f194 to your computer and use it in GitHub Desktop.

Select an option

Save kaihendry/b32e66071df8a60dc87e71035f05f194 to your computer and use it in GitHub Desktop.
Terminal output HTML
<pre>╭─── Claude Code v2.0.25 ──────────────────────────────────────────────────────────────────────────────────╮
│ │ Tips for getting started │
│ Welcome back! │ Run /init to create a CLAUDE.md file with instructions for Claude │
│ │ ───────────────────────────────────────────────────────────────── │
│ ▐▛███▜▌ │ Recent activity │
│ ▝▜█████▛▘ │ No recent activity │
│ ▘▘ ▝▝ │ │
│ │ │
│ Sonnet 4.5 · API Usage Billing │ │
│ /Users/hendry/tmp/snowflake-oidc │ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
&gt; /mcp list
⎿ &nbsp;MCP dialog dismissed
&gt; can you list the workflow runs and compute DORA metrics?
⏺ I'll list the workflow runs and compute DORA metrics for you. Let me start by getting the repository information and then fetching the workflow data.
⏺ Bash(git remote get-url origin)
⎿ &nbsp;https://github.com/kaihendry/snowflake-oidc.git
⏺ Now let me list the workflows and their runs:
⏺ github - List workflows (MCP)(owner: "kaihendry", repo: "snowflake-oidc")
⎿ &nbsp;{
"total_count": 2,
"workflows": [
… +26 lines (ctrl+o to expand)
⏺ github - List workflow runs (MCP)(owner: "kaihendry", repo: "snowflake-oidc", workflow_id: "199693238", perPage: 100)
⎿ &nbsp;Error: MCP tool "list_workflow_runs" response (37484 tokens) exceeds maximum allowed tokens (25000). Please use pagination, filtering, or limit parameters to reduce the response size.
⏺ github - List workflow runs (MCP)(owner: "kaihendry", repo: "snowflake-oidc", workflow_id: "199693238", perPage: 50)
⎿ &nbsp;Error: MCP tool "list_workflow_runs" response (37484 tokens) exceeds maximum allowed tokens (25000). Please use pagination, filtering, or limit parameters to reduce the response size.
⏺ github - List workflow runs (MCP)(owner: "kaihendry", repo: "snowflake-oidc", workflow_id: "199693238", perPage: 20)
⎿ &nbsp;Error: MCP tool "list_workflow_runs" response (37484 tokens) exceeds maximum allowed tokens (25000). Please use pagination, filtering, or limit parameters to reduce the response size.
⏺ Let me try fetching with a smaller page size:
⏺ github - List workflow runs (MCP)(owner: "kaihendry", repo: "snowflake-oidc", workflow_id: "199693238", perPage: 10)
⎿ &nbsp;Error: MCP tool "list_workflow_runs" response (37484 tokens) exceeds maximum allowed tokens (25000). Please use pagination, filtering, or limit parameters to reduce the response size.
⏺ The response is very large. Let me use the gh CLI to get a more manageable dataset:</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment