Update MCP configuration and statusline to use dynamic MCP listing#12
Merged
Merged
Conversation
- Modified statusline-command.sh to use 'claude mcp list' instead of reading settings.json
Smartagent-so
pushed a commit
to Smartagent-so/Personal_AI_Infrastructure
that referenced
this pull request
Dec 4, 2025
Update MCP configuration and statusline to use dynamic MCP listing
chrisboulet
pushed a commit
to chrisboulet/WahookAI
that referenced
this pull request
Jan 4, 2026
Update MCP configuration and statusline to use dynamic MCP listing
rikitikitavi2012-debug
added a commit
to rikitikitavi2012-debug/PAI
that referenced
this pull request
Mar 10, 2026
…s-9705076818860228080-cb6b0bf1 Fix PR danielmiessler#9: Address test failing due to import resolution and global scope mutation
rikitikitavi2012-debug
added a commit
to rikitikitavi2012-debug/PAI
that referenced
this pull request
Mar 10, 2026
Expand Philosophy section from 5 to 9 principles (CLAUDE.md + AISTEERINGRULES.md): - MO11: Ясность > дипломатия — прямая коммуникация - C3+W5: Один фокус + анти-перфекционизм — compound effect - C1: Время — дефицит (сезонность 6/1) - Miessler danielmiessler#12: Алгоритмический рост — обучение явно, не осмотически Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
catwhisperingninja
pushed a commit
to catwhisperingninja/pai
that referenced
this pull request
Mar 11, 2026
Update MCP configuration and statusline to use dynamic MCP listing
rikitikitavi2012-debug
added a commit
to rikitikitavi2012-debug/PAI
that referenced
this pull request
Apr 2, 2026
Completed: - #4 Hook filtering - danielmiessler#15 showThinkingSummaries - danielmiessler#12 MCP_CONNECTION_NONBLOCKING - danielmiessler#6 EVIDENCE_FIRST gate - danielmiessler#16 PhaseGate hook - danielmiessler#9 Circuit Breaker Skipped: danielmiessler#10 (use Anthropic API + Z.AI directly)
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
Updated statusline script to use claude mcp list instead of directly parsing settings.json, enabling detection of
MCP servers configured through any of Claude Code's supported configuration methods.
Background
Claude Code supports multiple ways to configure MCP servers beyond just settings.json:
The previous implementation only detected MCPs in settings.json, missing servers configured through other methods.
Changes
Benefits