Add LICENSE, README, privacy_policies to bundles (Anthropic review)#16
Merged
Conversation
Anthropic MCP Directory review (Bryan Thompson) asked for three additions before listing: 1. privacy_policies declared in the manifest -> https://stackql.io/privacy 2. MIT LICENSE text shipped at the bundle root (matches declared license) 3. a bundle README covering cloud-provider credentials/--auth, the ${HOME}/.stackql data/config root, and the available tools manifest/BUNDLE_README.md is the bundle-root readme; package.sh now copies it and LICENSE into every bundle. mcpb validate accepts privacy_policies. NOTE: https://stackql.io/privacy must be created and must resolve before re-publishing/re-submitting - it currently 404s. Co-Authored-By: Claude Opus 4.8 (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.
Addresses the three items from the Anthropic MCP Directory review: privacy_policies in the manifest, MIT LICENSE at bundle root, and a bundle README (creds/--auth, ~/.stackql data root, tools). mcpb validate passes; bundle now contains LICENSE + README.md.
BLOCKER before re-publish: https://stackql.io/privacy must be created and resolve (currently 404s).
?? Generated with Claude Code