Added MCP support to Qwen Code.#216
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds first-class InstallMCPServer support for the Qwen Code terminal agent by registering it as a supported MCP client and documenting global/project install flows across the repo docs and skill reference materials.
Changes:
- Register
"QwenCode"in$SupportedMCPClients, including project-level config support via.qwen/settings.json. - Extend client auto-detection (
guessClientName) to recognize.qwen/settings.json. - Document Qwen Code setup and include it in client lists/reference docs.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds Qwen Code to the high-level supported clients table. |
| Kernel/SupportedClients.wl | Adds the "QwenCode" client metadata (config format/key, paths, alias, URL). |
| Kernel/InstallMCPServer.wl | Adds .qwen/settings.json path heuristic for client-name auto-detection. |
| docs/quickstart-coding.md | Documents global vs project installation commands and verification for Qwen Code. |
| docs/mcp-clients.md | Adds Qwen Code to the client matrix and documents its config locations/format. |
| AgentSkills/Skills/wolfram-paclets/references/SetUpWolframMCPServer.md | Adds "QwenCode" to the supported client list for this skill reference. |
| AgentSkills/Skills/wolfram-notebooks/references/SetUpWolframMCPServer.md | Adds "QwenCode" to the supported client list for this skill reference. |
| AgentSkills/Skills/wolfram-language/references/SetUpWolframMCPServer.md | Adds "QwenCode" to the supported client list for this skill reference. |
| AgentSkills/Skills/wolfram-alpha/references/SetUpWolframMCPServer.md | Adds "QwenCode" to the supported client list for this skill reference. |
| AgentSkills/References/SetUpWolframMCPServer.md | Adds "QwenCode" to the shared (source) client list reference. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rhennigan
requested changes
Jul 10, 2026
rhennigan
left a comment
Member
There was a problem hiding this comment.
Tests need to be updated. These ones are failing:
SupportedMCPClients-Has20Clients@@Tests/InstallMCPServer.wlt:3839,1-3844,2
SupportedMCPClients-KeysSorted@@Tests/InstallMCPServer.wlt:3846,1-3851,2
Comment on lines
+215
to
+220
| "QwenCode" -> <| | ||
| "DisplayName" -> "Qwen Code", | ||
| "DefaultToolset" -> "WolframLanguage", | ||
| "Aliases" -> { "Qwen" }, | ||
| "ConfigFormat" -> "JSON", | ||
| "ConfigKey" -> { "mcpServers" }, |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
I tried AgentTools/Wolfram MCP with Qwen Code. It works pretty well. I added relevant lines for installing Wolfram MCP to Qwen Code: