MCP Server mono - repo creation#185
Open
FScholPer wants to merge 8 commits into
Open
Conversation
Co-authored-by: Alexander Lanin <alex@lanin.de> Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com>
Contributor
|
Thank you for raising a pull request to update the configuration of your GitHub organization. The following conditions need to be fulfilled for auto-merging to be available:
Otterdog commands and optionsYou can trigger otterdog actions by commenting on this PR:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Alexander Lanin <alex@lanin.de> Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…acto standard. marketplace not needed now
This comment has been minimized.
This comment has been minimized.
Contributor
|
Note The current configuration is out-of-sync with the live settings: Diff to live settingsProject automotive.score[github_id=eclipse-score]
there have been 37 validation infos, enable verbose output to display them.
- remove org_secret[name="DEVELOCITY_API_TOKEN"] {
- name = "DEVELOCITY_API_TOKEN"
- selected_repositories = []
- visibility = "public"
- }
! repository[name=".github"] {
! code_scanning_default_languages = [
- "javascript"
- "typescript"
! ]
! }
- remove environment[name="copilot", repository=logging] {
- deployment_branch_policy = "all"
- name = "copilot"
- reviewers = []
- wait_timer = 0
- }
- remove environment[name="copilot", repository=inc_someip_gateway] {
- deployment_branch_policy = "all"
- name = "copilot"
- reviewers = []
- wait_timer = 0
- }
Plan: 0 to add, 1 to change, 3 to delete. |
Contributor
Author
|
Adjusted the scope to start only with mcp server monorepo |
Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com>
Contributor
|
Please find below the validation of the requested configuration changes: Diff for ac7f9e9Project automotive.score[github_id=eclipse-score]
there have been 37 validation infos, enable verbose output to display them.
+ add repository[name="mcp-servers"] {
+ allow_auto_merge = false
+ allow_forking = true
+ allow_merge_commit = false
+ allow_rebase_merge = false
+ allow_squash_merge = true
+ allow_update_branch = true
+ archived = false
+ auto_init = true
+ code_scanning_default_setup_enabled = false
+ custom_properties = {
+ eclipse_project = "automotive.score"
+ }
+ default_branch = "main"
+ delete_branch_on_merge = true
+ dependabot_alerts_enabled = true
+ dependabot_security_updates_enabled = true
+ description = "Repository for MCP servers"
+ gh_pages_build_type = "disabled"
+ has_discussions = false
+ has_issues = true
+ has_projects = false
+ has_wiki = false
+ is_template = false
+ merge_commit_message = "PR_TITLE"
+ merge_commit_title = "MERGE_MESSAGE"
+ name = "mcp-servers"
+ private = false
+ private_vulnerability_reporting_enabled = false
+ secret_scanning = "enabled"
+ secret_scanning_push_protection = "enabled"
+ squash_merge_commit_message = "COMMIT_MESSAGES"
+ squash_merge_commit_title = "COMMIT_OR_PR_TITLE"
+ topics = []
+ workflows = {
+ actions_can_approve_pull_request_reviews = true
+ enabled = true
+ }
+ }
+ add repo_ruleset[name="main", repository=mcp-servers] {
+ allows_creations = false
+ allows_deletions = false
+ allows_force_pushes = false
+ allows_updates = true
+ bypass_actors = []
+ enforcement = "active"
+ exclude_refs = []
+ include_refs = [
+ "refs/heads/main"
+ ],
+ name = "main"
+ required_pull_request = {
+ dismisses_stale_reviews = true
+ required_approving_review_count = 1
+ requires_code_owner_review = true
+ requires_last_push_approval = false
+ requires_review_thread_resolution = false
+ }
+ required_status_checks = {
+ do_not_enforce_on_create = false
+ status_checks = [
+ "eclipse-eca-validation:eclipsefdn/eca"
+ ],
+ strict = false
+ }
+ requires_commit_signatures = false
+ requires_deployments = false
+ requires_linear_history = false
+ target = "branch"
+ }
Plan: 2 to add, 0 to change, 0 to delete. |
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.
Summary
Create two new Eclipse SCORE repositories to support reusable AI runtime integration without bloating the governance overlay repo:
mcp_servers: mcp server monorepo containing SCORE mcp servers.Why
This separates concerns cleanly:
Intended Usage
mcp_servers