Created
October 23, 2025 14:01
-
-
Save kaihendry/b32e66071df8a60dc87e71035f05f194 to your computer and use it in GitHub Desktop.
Terminal output HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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 │ │ | |
| ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯ | |
| > /mcp list | |
| ⎿ MCP dialog dismissed | |
| > 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) | |
| ⎿ 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") | |
| ⎿ { | |
| "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) | |
| ⎿ 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) | |
| ⎿ 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) | |
| ⎿ 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) | |
| ⎿ 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