Skip to content

Conversation

@asklar
Copy link
Contributor

@asklar asklar commented Nov 7, 2025

Adds back EverythingServer option for stdio as it is still useful.

Motivation and Context

Fixes #889

How Has This Been Tested?

locally tested both in inspector

Breaking Changes

no

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

Copilot AI and others added 4 commits November 7, 2025 18:26
Co-authored-by: asklar <22989529+asklar@users.noreply.github.com>
Co-authored-by: asklar <22989529+asklar@users.noreply.github.com>
<Project Path="samples/EverythingServer/EverythingServer.csproj" />
<Project Path="samples/EverythingServer.Core/EverythingServer.Core.csproj" />
<Project Path="samples/EverythingServer.Http/EverythingServer.Http.csproj" />
<Project Path="samples/EverythingServer.Stdio/EverythingServer.Stdio.csproj" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikekistler, I think you were interested in scenarios where a single server could be used either via stdio or http? IIRC, should we do that in this one rather than having different projects?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both patterns are valid and it's useful to illustrate how the core MCP logic can be implemented in a class library and used in either a STDIO or sHTTP server project.

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.

Make EverythingServer capable of running either stdio or http

3 participants