Advertise MCP ServerInfo and instructions#26
Merged
Conversation
Adds AddAggregatorMcpServer() in Core that configures ServerInfo (name from AggregatorOptions.SelfName, version from assembly AssemblyInformationalVersion) and ServerInstructions describing the aggregator's value prop and discovery flow. Both stdio and HTTP hosts now go through this extension. Centralized version in Directory.Build.props. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Spectre.Console.Cli 0.55.0 narrowed AsyncCommand<T>.ExecuteAsync from public to protected. The floating 0.* package reference picked up the new version, breaking the existing public overrides in both hosts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AddAggregatorMcpServer()extension in Core that setsServerInfo(name fromAggregatorOptions.SelfName, titleMCP Aggregator, version from the entry assembly'sAssemblyInformationalVersion) andServerInstructionsdescribing the aggregator's value prop and the discovery flow consumers should follow.AddMcpServer().Directory.Build.props(now at0.2.0).ServeCommand.ExecuteAsyncoverrides toprotectedto match Spectre.Console.Cli 0.55.0's narrowed signature, which the floating0.*reference picked up and was failing the build onmain.Test plan
dotnet build— clean (0 errors, only pre-existing MSTest analyzer warnings)dotnet test— 76/76 passingServerInfoshowsmcp-aggregator/0.2.0and instructions appear on initializeSelfNameconfig override is honored inServerInfo.Name🤖 Generated with Claude Code