feat: enable ci testing#123
Merged
Merged
Conversation
nywilken
reviewed
Apr 30, 2026
nywilken
approved these changes
Apr 30, 2026
Contributor
nywilken
left a comment
There was a problem hiding this comment.
The clean up looks good and exhaustive. Linking out to the references in place of hardcoded examples helps reduce the noise.
Contributor
|
LGTM, did you have a chance to check this with uds-mcp? |
michalszynkiewicz
approved these changes
Apr 30, 2026
Contributor
Author
|
@michalszynkiewicz yes I have ran it a few times with uds-mcp and it seems to be having an easier time with it |
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.
Description
Simplifies the package template by stripping out defaults that were more noise than help. The defaults could be overwhelming to new users and frequent package creators would have to delete much of the defaults. We also learned the
uds-mcpserver burned extra cycles reasoning through the "bloated" template.In the new UDS docs we created a user guide for building a package from this template, so these example values being removed from this PR are not as important as they once were.
Notable Changes
upstreamonly. Users can addregistry1andunicornflavors when they actually need them.ci-setuptask on PR.Related Issue
Relates to # https://linear.app/defense-unicorns/issue/MCP-66/mcp-template-clean-up
Type of change
Checklist before merging