Skip to content

Add README for the InMemoryTransport sample - #1769

Open
AkbarDizaji wants to merge 1 commit into
modelcontextprotocol:mainfrom
AkbarDizaji:add-inmemorytransport-readme
Open

Add README for the InMemoryTransport sample#1769
AkbarDizaji wants to merge 1 commit into
modelcontextprotocol:mainfrom
AkbarDizaji:add-inmemorytransport-readme

Conversation

@AkbarDizaji

Copy link
Copy Markdown

Seven of the thirteen projects under samples/ have no README, including InMemoryTransport, which is referenced from the Transports and Stateless concept docs via direct GitHub links — so readers land in the folder with no orientation.

This adds a README for InMemoryTransport following the style of the existing TasksExtension and WeatherAppServer sample READMEs. It documents:

  • what the sample demonstrates (McpServer.Create without a host/DI, StreamServerTransport/StreamClientTransport over System.IO.Pipelines pipes, a delegate-based tool via McpServerTool.Create),
  • the verified dotnet run command and its actual output,
  • notes on the pipe wiring and the fire-and-forget server.RunAsync().

Docs-only change; no code affected. READMEs for the remaining samples can follow as separate PRs if this shape looks right.

🤖 Generated with Claude Code

Documents the sample's purpose, how to run it, the expected output, and
notes on the pipe wiring, following the style of the TasksExtension and
WeatherAppServer sample READMEs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant