Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes outdated LLM model references from MCP extension documentation. The admonition blocks originally indicated which specific LLM models were used for testing each extension (e.g., "Claude 4 Sonnet", "GPT-4o"), but these references have become outdated and some models are now deprecated. Removing them makes the documentation more maintainable and prevents confusion about which models should be used.
Changes:
- Removed ":::info LLM" admonition blocks from 12 MCP extension documentation files
- Cleaned up formatting after admonition removal
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| documentation/docs/mcp/playwright-mcp.md | Removed Claude 4 Sonnet reference from Playwright extension |
| documentation/docs/mcp/jetbrains-mcp.md | Removed Claude 4 Sonnet reference from JetBrains extension |
| documentation/docs/mcp/developer-mcp.md | Removed Claude 4 Sonnet reference from Developer extension |
| documentation/docs/mcp/computer-controller-mcp.md | Removed Claude 4 Sonnet reference from Computer Controller extension |
| documentation/docs/mcp/cognee-mcp.md | Removed GPT-4o reference from Cognee extension |
| documentation/docs/mcp/cloudinary-asset-management-mcp.md | Removed Claude 4 Sonnet reference from Cloudinary extension |
| documentation/docs/mcp/cloudflare-mcp.md | Removed Claude 4 Sonnet reference from Cloudflare extension |
| documentation/docs/mcp/browserbase-mcp.md | Removed Claude 4 Sonnet reference from Browserbase extension |
| documentation/docs/mcp/beads-mcp.md | Removed Claude Opus 4.5 reference from Beads extension |
| documentation/docs/mcp/asana-mcp.md | Removed GPT-4o reference and bug reference from Asana extension |
| documentation/docs/mcp/alby-mcp.md | Removed Claude Sonnet 3.7 reference from Alby extension |
| documentation/docs/mcp/agentql-mcp.md | Removed Claude 4 Sonnet reference from AgentQL extension |
| @@ -76,10 +76,6 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to | |||
|
|
|||
| ## Example Usage | |||
|
|
|||
There was a problem hiding this comment.
The removed admonition included a reference to an open bug (issue #1804) about Amazon Bedrock models. This information may still be valuable to users trying to use Asana with Bedrock. Consider preserving this bug reference in a separate note, or verify the bug has been resolved before removing the reference entirely.
| :::note Amazon Bedrock users | |
| If you're using goose with Amazon Bedrock models, be aware there is an open bug (issue #1804) that can affect how the Asana MCP server behaves with those models; check issue #1804 in the goose repository for the latest status and any workarounds. | |
| ::: |
There was a problem hiding this comment.
issue closed as not planned. and asana has a new MCP. will update to use that in a new PR
|
* origin/main: (42 commits) fix: use dynamic port for Tetrate auth callback server (#7228) docs: removing LLM Usage admonitions (#7227) feat(otel): respect standard OTel env vars for exporter selection (#7144) fix: fork session (#7219) Bump version numbers for 1.24.0 release (#7214) Move platform extensions into their own folder (#7210) fix: ignore deprecated skills extension (#7139) Add a goosed over HTTP integration test, and test the developer tool PATH (#7178) feat: add onFallbackRequest handler to McpAppRenderer (#7208) feat: add streaming support for Claude Code CLI provider (#6833) fix: The detected filetype is PLAIN_TEXT, but the provided filetype was HTML (#6885) Add prompts (#7212) Add testing instructions for speech to text (#7185) Diagnostic files copying (#7209) fix: allow concurrent tool execution within the same MCP extension (#7202) fix: handle missing arguments in MCP tool calls to prevent GUI crash (#7143) Filter Apps page to only show standalone Goose Apps (#6811) opt: use static for Regex (#7205) nit: show dir in title, and less... jank (#7138) feat(gemini-cli): use stream-json output and re-use session (#7118) ...
* origin/main: docs: playwright CLI skill tutorial (#7261) install node in goose dir (#7220) fix: relax test_basic_response assertion for providers returning reasoning_content (#7249) fix: handle reasoning_content for Kimi/thinking models (#7252) feat: sandboxing for macos (#7197) fix(otel): use monotonic_counter prefix and support temporality env var (#7234) Streaming markdown (#7233) Improve compaction messages to enable better post-compaction agent behavior (#7259) fix: avoid shell-escaping special characters except quotes (#7242) fix: use dynamic port for Tetrate auth callback server (#7228) docs: removing LLM Usage admonitions (#7227) feat(otel): respect standard OTel env vars for exporter selection (#7144) fix: fork session (#7219) Bump version numbers for 1.24.0 release (#7214) Move platform extensions into their own folder (#7210) fix: ignore deprecated skills extension (#7139) # Conflicts: # Cargo.lock # Cargo.toml
Summary
a lot of the MCP guides indicated the model that was used... these models are now old, some even deprecated. just removing it altogether.
Type of Change