Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

awesome-copilot plugin's MCP server requires Docker for all consumers, with no fallback transport

オープン 初心者向け
#2,789 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
72/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
docker
領域
cli, tooling

調査の方向性

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-http transport), which the plugin's mcp.json could point to directly with a url instead of a command.
  • A plain dotnet run local 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

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/awesome-copilot のほかの issue

github/awesome-copilot の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。