Add Warp configuration to README.md#41
Open
mcasalaina wants to merge 2 commits intoMicrosoftDocs:mainfrom
Open
Add Warp configuration to README.md#41mcasalaina wants to merge 2 commits intoMicrosoftDocs:mainfrom
mcasalaina wants to merge 2 commits intoMicrosoftDocs:mainfrom
Conversation
- Added Warp MCP configuration instructions to the alternative installation table - Includes manual configuration with npx mcp-remote proxy - Added link to official Warp MCP guide
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds Warp as an alternative MCP configuration option in the README, aligning it with existing entries and linking to official Warp documentation.
- Inserted a new table row for Warp with full config example
- Included
env,working_directory, andstart_on_launchkeys - Linked to the official Warp MCP guide
Comments suppressed due to low confidence (2)
README.md:76
- The new table row is missing a trailing
|, which will break the Markdown table formatting. Please add a|at the end of the line.
| **Warp** | <details><summary>View Config</summary><pre>{<br/> "microsoft.docs.mcp": {<br/> "command": "npx",<br/> "args": [<br/> "-y",<br/> "mcp-remote",<br/> "https://learn.microsoft.com/api/mcp"<br/> ],<br/> "env": { },<br/> "working_directory": null,<br/> "start_on_launch": true<br/> }<br/>}</pre></details> | [Warp MCP Official Guide](https://docs.warp.dev/knowledge-and-collaboration/mcp)
README.md:76
- [nitpick] An empty
envobject might confuse users. Consider providing an example placeholder or a brief note that no environment variables are required by default.
| **Warp** | <details><summary>View Config</summary><pre>{<br/> "microsoft.docs.mcp": {<br/> "command": "npx",<br/> "args": [<br/> "-y",<br/> "mcp-remote",<br/> "https://learn.microsoft.com/api/mcp"<br/> ],<br/> "env": { },<br/> "working_directory": null,<br/> "start_on_launch": true<br/> }<br/>}</pre></details> | [Warp MCP Official Guide](https://docs.warp.dev/knowledge-and-collaboration/mcp)
Collaborator
|
Hi @mcasalaina thanks for adding, as we want to enable all clients. |
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.
This PR adds Warp MCP configuration instructions to the README.md file.
Changes
Why this change?
This addition provides users with clear instructions on how to configure the Microsoft Learn Docs MCP Server with Warp, completing the coverage of major MCP-compatible development environments.
Testing
Related
This enhances the user experience by providing comprehensive setup instructions for Warp users who want to integrate with the Microsoft Learn Docs MCP Server.