awesome-copilot plugin's MCP server requires Docker for all consumers, with no fallback transport
メンテナーはふだん 1 日以内に返信
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 72/100
調査の方向性
plugins/awesome-copilot/mcp.json から始め、その Docker stdio 宣言を、上流の mcp-dotnet-samples/awesome-copilot プロジェクトに記載されているトランスポートと比較します。discovery ツールをサポートする Docker を使わないデフォルトのトランスポートを選択して設定し、その後、Docker のないホスト上で Copilot CLI を通じてインストールとツールの起動を検証します。
索引モデルが issue の本文から書いたものです。
説明
Summary
The awesome-copilot plugin's mcp.json (at plugins/awesome-copilot/mcp.json) only wires up the local-stdio transport, launched via:
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"]
This forces anyone who installs the awesome-copilot plugin as a Copilot CLI/marketplace consumer (not a contributor to this repo) to have Docker Desktop installed and running, just to use the search_instructions / load_instruction discovery tools. That's a heavy, unusual requirement for what's meant to be a lightweight "browse the marketplace" experience, and it fails ungracefully when Docker isn't present (program not found style errors, no fallback).
Why this matters now
This MCP server declaration was recently "activated" for the first time by github/awesome-copilot#2713 (fixing MCP discovery of mcp.json at the plugin root). Before that fix, this declaration was effectively dead (hidden .mcp.json, stripped manifest pointer), so no client ever actually tried to spawn it. Now that discovery works, every Copilot CLI user with this plugin installed hits the Docker requirement.
Suggestion
The upstream mcp-dotnet-samples/awesome-copilot project already documents alternative transports that don't require a local Docker install:
- A hosted Azure Container Apps endpoint (
streamable-httptransport), which the plugin'smcp.jsoncould point to directly with aurlinstead of acommand. - A plain
dotnet runlocal option (still avoids Docker, though it requires the .NET SDK).
Consider shipping the mcp.json with a streamable-http entry pointing at a hosted endpoint (or otherwise not requiring Docker) as the default, so installing this plugin doesn't implicitly require Docker Desktop for end users who just want to discover/install customizations.
Environment
Discovered via GitHub Copilot CLI (Windows), where the plugin's MCP server consistently fails to start with:
Failed to connect to MCP server "awesome-copilot": failed to spawn MCP server process: program not found: program not found.
because Docker isn't installed on the host.
- 主要言語
- JavaScript
- スター
- 39.2k
- フォーク
- 5k
- 平均マージ
- 1日 18時間
- マージ済み PR(30日)
- 109
環境構築
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
github/awesome-copilot のほかの issue
-
external-plugin ready-for-review
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
github/awesome-copilot#3967 · コメント 3 件 ·
メンテナーはふだん 1 日以内に返信
-
external-plugin ready-for-review
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
github/awesome-copilot#3916 · コメント 1 件 ·
メンテナーはふだん 1 日以内に返信
-
external-plugin needs-review:MEDIUM ready-for-review
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
github/awesome-copilot#3888 · コメント 2 件 ·
メンテナーはふだん 1 日以内に返信
-
external-plugin needs-review:MEDIUM ready-for-review
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
github/awesome-copilot#3850 · コメント 2 件 ·
メンテナーはふだん 1 日以内に返信
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
github/awesome-copilot#3826 ·
メンテナーはふだん 1 日以内に返信
github/awesome-copilot の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
メンテナーはふだん 1 日以内に返信
-
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
parse-community/parse-server#10699 · コメント 1 件 ·
メンテナーはふだん 1 日以内に返信
-
area: dashboard bug perceived difficulty: 3
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
Nitjsefnie-Harness-Commons/daedalus#1179 ·
メンテナーはふだん 1 日以内に返信
-
Aframe enhancement javascript
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
webarkit/Aframe-nft#17 ·
-
spec-feedback
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100