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

M1. stdio transport for the MCP server

オープン
#153 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
55/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
csharp
領域
api, cli, documentation

調査の方向性

まず MCP server の動作と CLI の起動パスを読み、その後、issue で提案されている transport の選択肢を確認します。docs/mcp.md と既存のテスト構成を使って、transport の選択がどこでカバーされているかを特定します。完了条件は、stdio がエンドツーエンドで動作し、HTTP に変更がなく、transport の選択がテストされ、両方の transport がドキュメント化されていることです。

索引モデルが issue の本文から書いたものです。

説明

agentic enhancement P0

Why

MCP is HTTP-only today (default port 6128). The most common MCP client integration pattern (Claude Desktop, many IDE agents, sandboxed hosts) launches servers over stdio. HTTP-only is a hard compatibility wall and forces port management. With adoption growing across 60+ accounts, broadening client reach is the highest-leverage agent investment.

Proposed behavior

  • --mcp-stdio (or --mcp --transport stdio) starts the server on stdio; keep HTTP as an option.
  • Document both transports in docs/mcp.md.

Acceptance criteria

  • Server usable from a stdio MCP client end-to-end.
  • HTTP behavior unchanged.
  • Tests cover transport selection.
  • Docs updated.

Filed from the Agentic & Automation Roadmap (docs/agentic-roadmap.md), item M1, Wave 1. Priority P0.

主要言語
C#
スター
3
フォーク
7
平均マージ
1日 7時間
マージ済み PR(30日)
19

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

Azure/CosmosDBShell のほかの issue

Azure/CosmosDBShell の issue をすべて見る

似ている issue

C# の issue をもっと見る

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

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