Update Claude Code plugin for current bifrost tooling#3701
Merged
Conversation
The plugin launched the MCP server via the removed `uvx brokk bifrost` entry point and its agents/skills described the bifrost v0.1.3 tool set. Update everything to bifrost 0.6.3 as launched by `uvx brokk mcp`: - .mcp.json: launch via `uvx brokk mcp` (default searchtools profile exposes the full tool set, so no flags needed) - Agents: replace the get_symbol_locations+Grep caller-tracing idiom with scan_usages, route text/file/git lookups through search_file_contents, find_filenames, get_file_contents and the git MCP tools, and add targeted code-quality tools (structural clones for dry-reviewer, secret scanning for security, god-object/complexity reports and symbol ancestors for architect, jq/xml tools for devops) - Skills: rewrite code-navigation, code-reading, codebase-search and git-exploration around the new tools; drop the now-false "no caller-graph / no git tools / no file-contents tool" caveats; remove the no-longer-existing get_symbol_summaries; fix the most_relevant_files parameter name; make workspace activation conditional since a workspace is active at server startup; point "embedded prompt" fallbacks at the agents/ directory - brokk-core/README.md: drop the broken `uvx brokk mcp-core` quick start and note the plugin now uses bifrost Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The plugin launched the MCP server via the removed
uvx brokk bifrostentry point and its agents/skills described the bifrost v0.1.3 tool set. Update everything to bifrost 0.6.3 as launched byuvx brokk mcp:uvx brokk mcp(default searchtools profile exposes the full tool set, so no flags needed)uvx brokk mcp-corequick start and note the plugin now uses bifrost