View Config
{
"microsoft-learn": {
"url": "https://learn.microsoft.com/api/mcp"
}
} | [Kiro MCP Guide](https://kiro.dev/docs/mcp/index) |
-### ▶️ Getting Started
-
-1. **For VS Code**: Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
-2. **For Claude Desktop**: After adding the integration, you'll see the MCP tools icon in the chat interface
-3. You should see the Learn MCP Server in the list of available tools
-4. Try a prompt that tells the agent to use the MCP Server, such as "what are the az cli commands to create an Azure container app according to official Microsoft Learn documentation?"
-5. The agent should be able to use the MCP Server tools to complete your query
-
> ### ⚠️ Building a Custom Client
>
> If your use case requires a direct, programmatic integration, it is essential to understand that MCP is a **dynamic protocol, not a static API**. The available tools and their schemas will evolve.
@@ -247,14 +219,6 @@ When handling questions around how to work with native Microsoft technologies, s
- [Ask questions, share ideas](https://github.com/MicrosoftDocs/mcp/discussions)
- [Create an issue](https://github.com/MicrosoftDocs/mcp/issues)
-## 🔮 Future Enhancements
-
-The Microsoft Learn MCP Server team is working on several enhancements:
-
-- Improved telemetry to help inform server enhancements
-- Expanding coverage to additional Microsoft documentation sources
-- Improved query understanding for more precise results
-
## 📚 Additional Resources
- [Microsoft Learn MCP Server product documentation](https://learn.microsoft.com/training/support/mcp)