From cf21f1776fb044fd787a76b661cef6ba7701d128 Mon Sep 17 00:00:00 2001 From: bartkol Date: Thu, 5 Mar 2026 09:48:12 +0100 Subject: [PATCH] docs: add MCP Server JSON configuration for Docker Engine in WSL --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 9c374261b..cefd6dac5 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,30 @@ To make it easy to add these customizations to your editor, we have created an [ +
+Show MCP Server JSON configuration in case of Docker Engine installed inside WSL + +```json +{ + "servers": { + "awesome-copilot": { + "type": "stdio", + "command": "wsl.exe", + "args": [ + "-e", + "docker", + "run", + "-i", + "--rm", + "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest" + ] + } + } +} +``` + +
+ ## 📄 llms.txt An [`llms.txt`](https://awesome-copilot.github.com/llms.txt) file following the [llmstxt.org](https://llmstxt.org/) specification is available on the GitHub Pages site. This machine-readable file makes it easy for Large Language Models to discover and understand all available agents, instructions, and skills, providing a structured overview of the repository's resources with names and descriptions.