docs: Add a note about previously installed server installations#982
docs: Add a note about previously installed server installations#982
Conversation
|
@natorion please format the docs |
🤖 I have created a release *beep* *boop* --- ## [0.17.2](ChromeDevTools/chrome-devtools-mcp@chrome-devtools-mcp-v0.17.1...chrome-devtools-mcp-v0.17.2) (2026-02-19) ### 🛠️ Fixes * check that combobox is actually a select element before filling out options ([ChromeDevTools#979](ChromeDevTools#979)) ([d2bc489](ChromeDevTools@d2bc489)) * handle network request pagination correctly ([ChromeDevTools#980](ChromeDevTools#980)) ([0d9f422](ChromeDevTools@0d9f422)) ### 📄 Documentation * Add a note about previously installed server installations ([ChromeDevTools#982](ChromeDevTools#982)) ([c0009f7](ChromeDevTools@c0009f7)) * update codex doc URL ([ChromeDevTools#987](ChromeDevTools#987)) ([ebbbea7](ChromeDevTools@ebbbea7)) ### ♻️ Chores * **network:** de-duplicate String and JSON formatters ([ChromeDevTools#985](ChromeDevTools#985)) ([1896dbb](ChromeDevTools@1896dbb)) * remove text from the status code for Network requests ([ChromeDevTools#778](ChromeDevTools#778)) ([327a388](ChromeDevTools@327a388)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
|
@natorion / @OrKoN - If i were to remove my manual configuration of the MCP server configuration (and skills), how would i then be able to re-apply the custom arguments (e.g. For example, here is my current manual Claude Code "chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--acceptInsecureCerts",
"--no-usage-statistics",
"--auto-connect"
]
}, |
|
@Sayvai I believe even if installed as a plugin Claude keeps the configuration in the |
|
Thanks @OrKoN . 💡 Not sure whether it might be worth adjusting the Lines 114 to 144 in 46bd54f to reflect the following nuances / caveats:
🤔 However, this would contradict this current line in the
|
🤖 I have created a release *beep* *boop* --- ## [0.17.2](ChromeDevTools/chrome-devtools-mcp@chrome-devtools-mcp-v0.17.1...chrome-devtools-mcp-v0.17.2) (2026-02-19) ### 🛠️ Fixes * check that combobox is actually a select element before filling out options ([ChromeDevTools#979](ChromeDevTools#979)) ([d2bc489](ChromeDevTools@d2bc489)) * handle network request pagination correctly ([ChromeDevTools#980](ChromeDevTools#980)) ([0d9f422](ChromeDevTools@0d9f422)) ### 📄 Documentation * Add a note about previously installed server installations ([ChromeDevTools#982](ChromeDevTools#982)) ([c0009f7](ChromeDevTools@c0009f7)) * update codex doc URL ([ChromeDevTools#987](ChromeDevTools#987)) ([ebbbea7](ChromeDevTools@ebbbea7)) ### ♻️ Chores * **network:** de-duplicate String and JSON formatters ([ChromeDevTools#985](ChromeDevTools#985)) ([1896dbb](ChromeDevTools@1896dbb)) * remove text from the status code for Network requests ([ChromeDevTools#778](ChromeDevTools#778)) ([327a388](ChromeDevTools@327a388)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
|
Looks like another user raised a separate similar issue relating to the limitation of adding custom MCP server arguments to plugin installed MCP servers in #1232 |
No description provided.