chore: add LICENSE, SECURITY, and CONTRIBUTING for public release#110
Merged
Conversation
Community-health files ahead of making the repo public in the stacklok org. Sourced from the sibling stacklok/mcp-template-py with modifications: - LICENSE: Apache-2.0 (the Stacklok standard), verbatim. - SECURITY.md: same policy, pointed at stacklok/mcp-builder advisories. - CONTRIBUTING.md: adapted to mcp-builder's uv/task workflow, DCO sign-off, and unit/integration test layout; CoC link points at stacklok/.github. - pyproject.toml: declare license = "Apache-2.0" to match the LICENSE file. CODE_OF_CONDUCT is inherited from the stacklok/.github org defaults. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
49cd8c8 to
da5efa2
Compare
glageju
approved these changes
Jun 1, 2026
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.
Adds the community-health files a public repo needs, ahead of (or alongside) making mcp-builder public in the
stacklokorg. Sourced from the siblingstacklok/mcp-template-pywith modifications..githubrepo, so each repo needs its own.stacklok/mcp-builder. Routes reports to GitHub Security Advisories + security@stacklok.com.uv/taskworkflow (task install→ CLI,task check), Conventional Commit titles, DCO sign-off, and the unit/integration test layout. CoC link points atstacklok/.github.license = "Apache-2.0"so package metadata matches the LICENSE file.CODE_OF_CONDUCT.mdis intentionally not included — it is inherited from thestacklok/.githuborg defaults.🤖 Generated with Claude Code