| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The generate-docs command now outputs toolset IDs (e.g., `actions`, `code_security`) wrapped in backticks instead of display names (e.g., "Actions", "Code Security"). This ensures the manual changes from PR #1756 persist when the docs are regenerated, fixing the issue where users need to configure the actual toolset ID, not the display name. Changes: - Modified generateRemoteToolsetsDoc() to use `idStr` instead of `formattedName()` - Modified generateRemoteOnlyToolsetsDoc() to use `idStr` instead of `formattedName()` - Both functions now wrap the toolset ID in backticks for clarity Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
There was a problem hiding this comment.
This PR fixes the documentation automation to generate toolset IDs (e.g., `actions`) instead of formatted display names (e.g., "Actions") in docs/remote-server.md. This ensures that the automation preserves the manual corrections from PR #1756, which showed users the actual configuration values they need to use.
Changes:
Sorry, something went wrong.
|
unset |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Updates script/generate-docs to output toolset IDs (e.g., `actions`) instead of display names (e.g., "Actions") in docs/remote-server.md. This preserves the manual changes from PR #1756, which corrected the docs to show users the actual configuration values they need.
Why
PR #1756 manually updated toolset names to use real IDs that users must configure. The automation was still generating display names via formatToolsetName(), which would overwrite those changes on next run.
What changed
MCP impact
Prompts tested (tool changes only)
N/A
Security / limits
Tool renaming
Lint & tests
Docs
- Updated (README / docs / examples) — Automation now generates correct format
Original prompt💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.