Skip to content

docs: removing LLM Usage admonitions#7227

Merged
angiejones merged 1 commit intomainfrom
remove-model-notices
Feb 14, 2026
Merged

docs: removing LLM Usage admonitions#7227
angiejones merged 1 commit intomainfrom
remove-model-notices

Conversation

@angiejones
Copy link
Collaborator

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

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

Copilot AI review requested due to automatic review settings February 14, 2026 16:52
@angiejones angiejones requested a review from a team as a code owner February 14, 2026 16:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
:::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.
:::

Copilot uses AI. Check for mistakes.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue closed as not planned. and asana has a new MCP. will update to use that in a new PR

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-02-14 17:52 UTC

@angiejones angiejones added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit 9b6669a Feb 14, 2026
27 checks passed
@angiejones angiejones deleted the remove-model-notices branch February 14, 2026 17:48
michaelneale added a commit that referenced this pull request Feb 16, 2026
* 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)
  ...
tlongwell-block added a commit that referenced this pull request Feb 17, 2026
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants