Add Warp configuration to README.md - #41
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
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)
|
Hi Marco S. Casalaina (@mcasalaina) thanks for adding, as we want to enable all clients. |
|
Hi Marco S. Casalaina (@mcasalaina), thank you for this contribution, and apologies it sat open for so long. Closing this one, as the situation has changed since July 2025 in a way that makes the change no longer applicable: Warp has added Streamable HTTP support (warpdotdev/warp#6572, closed 2025-09-04), so the The README has also been restructured since. The "clients that don't support native remote MCP servers" table this PR adds a row to no longer exists, and Your underlying point still stands: Warp is not yet listed in the installation table, and it should be. That is now a direct URL entry alongside Windsurf and Kiro rather than a proxy config, so it is cleaner as a fresh change than a rebase of this one. Thanks again for flagging the gap, and for the original testing notes. |
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.