-
Notifications
You must be signed in to change notification settings - Fork 0
feat(mcp): automatically configure Zenable #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
b5fb499
feat(mcp): add zenable mcp configs on init
JonZeolla 2c352af
Update hooks/post_gen_project.py
JonZeolla 21a6d30
Merge branch 'main' into install-uv-and-zenable_mcp
JonZeolla 4c8ece8
Merge branch 'main' into install-uv-and-zenable_mcp
JonZeolla aa44f46
This should work
JonZeolla 88b2a1c
Update config
JonZeolla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,48 @@ | ||
| rules: | ||
| - pattern: "*" | ||
| name: "Block AGPL licenses" | ||
| mode: "block" | ||
| reason: "AGPL licenses are not allowed in this project" | ||
| licenses: | ||
| - "agpl" | ||
| - "agpl-1.0" | ||
| - "agpl-1.0-only" | ||
| - "agpl-1.0-or-later" | ||
| - "agpl-3.0" | ||
| - "agpl-3.0-only" | ||
| - "agpl-3.0-or-later" | ||
| require-license: false # Some packages may not have explicit licenses | ||
| require-known-license: false | ||
|
|
||
| # Allow list - licenses that are permitted | ||
| allow: | ||
| # Permissive licenses | ||
| - MIT | ||
| - Apache-2.0 | ||
| - BSD-2-Clause | ||
| - BSD-3-Clause | ||
| - BSD | ||
| - BSD-License | ||
| - ISC | ||
| - ISC-License | ||
| - 0BSD | ||
|
|
||
| # Python-specific licenses | ||
| - PSF-2.0 | ||
| - Python-2.0 | ||
| - Dual-License | ||
|
|
||
| # Weak copyleft licenses (generally acceptable) | ||
| - LGPL | ||
| - LGPL-2.1 | ||
| - LGPL-2.1-or-later | ||
| - LGPL-3.0 | ||
| - LGPL-3.0-or-later | ||
| - MPL-2.0 | ||
|
|
||
| # Other licenses | ||
| - Unlicense | ||
| - CC0-1.0 | ||
| - WTFPL | ||
| - Artistic-License | ||
| - GPL-3.0-only | ||
|
|
||
| # Block list - licenses that are not allowed | ||
| block: | ||
| - AGPL-1.0 | ||
| - AGPL-1.0-only | ||
| - AGPL-1.0-or-later | ||
| - AGPL-3.0 | ||
| - AGPL-3.0-only | ||
| - AGPL-3.0-or-later | ||
|
|
||
| # Ignore specific packages if needed | ||
| ignore-packages: | ||
| - "UnknownPackage:*" | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.