Post-rollout cleanup: extract action to its own repo, land registry/docs fixes#12
Merged
Merged
Conversation
…ocs fixes The setup-stackql-mcp action is now its own verified-publisher Marketplace repo (stackql/setup-stackql-mcp), so: - remove the action/ dir (action.yml, install.py, README) - single source of truth is the dedicated repo, tested by its own CI - remove the action-test job from build.yml (coverage moved to that repo) - README + docs/install.md point to stackql/setup-stackql-mcp@v1 Also lands the fixes made during the 0.10.500.2 registry publish: - server.template.json: OCI package entry uses canonical reference in identifier (docker.io/stackql/stackql-mcp:VERSION), no registryBaseUrl or version field - the registry rejects both for oci packages - README: 'Publishing the wrapper packages' section (npm/PyPI/OCI command sequences incl. the PEP-668 venv steps and .pypirc usage) - .gitignore: add .pypirc newline fix and __pycache__/ 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.
Closes out the Monday rollout. The setup-stackql-mcp action is now its own verified-publisher Marketplace repo (stackql/setup-stackql-mcp), so this removes the action/ dir and its action-test CI job (coverage moved to that repo), and points README + docs at it.
Also lands the fixes made live during the 0.10.500.2 registry publish: the OCI package-entry shape the registry requires (canonical ref in identifier, no registryBaseUrl/version), the README publishing-instructions section (npm/PyPI/OCI, incl. venv + .pypirc), and .gitignore tidy-ups.
?? Generated with Claude Code