feat(functions): add claude_mcp_logs viewer - #36
Closed
sha1n wants to merge 2 commits into
Closed
Conversation
Read the stderr log that Claude Code captures for a stdio MCP server. Flags select every session, the connection lines, a single print, and another project directory. A completion gives the server names that have logs in the current project. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
claude_mcp_logs used the macOS cache path on every platform, so on Linux it reported that no logs exist. Read the XDG cache directory there. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Owner
Author
|
Half baked. A serious solution would be more complicated than that. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
claude_mcp_logs, a shell command that shows the stderr log Claude Code captures for a stdio MCP server. It replaces a manual search through the Claude Code cache directory.Changes
claude_mcp_logsand its private helpers, with a completion for the server names.Review notes
CLAUDE_MCP_LOG_ROOToverrides the log root. It is a test hook, andinclude/exportsdoes not declare it.jq, and it stops with an error whenjqis absent.