Package Wick.Server for NuGet release#68
Merged
Conversation
Makes Wick.Server installable via `dnx Wick.Server@X.Y.Z` (.NET 10 SDK) or `dotnet tool install -g`, removing the clone+build step from the end-user MCP install flow. Adds a server.json at repo root suitable for publishing to the official MCP Registry — once the package is on NuGet.org the registry validates ownership via the `mcp-name` HTML comment marker now embedded in the package README. Verified `dotnet pack` produces a 13MB tool nupkg with all four Wick project DLLs and the Roslyn/MSBuild BuildHost dependencies bundled; `dotnet tool install` + invocation starts the MCP stdio transport cleanly. Note: this commit only enables packaging — `dotnet pack` + `dotnet nuget push` and `mcp-publisher publish` still need to be run by a maintainer with NuGet and GitHub credentials. release.yml may need a follow-up to extend its tag-driven publish job to cover Wick.Server in addition to Wick.Runtime. 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
Verification
Notes
Default parallel dotnet restore/build/pack fails locally with no warnings or errors on origin/main and this branch; serialized MSBuild passed locally.