Skip to content

MCP Server mono - repo creation#185

Open
FScholPer wants to merge 8 commits into
eclipse-score:mainfrom
mercedes-benz:ai-repos
Open

MCP Server mono - repo creation#185
FScholPer wants to merge 8 commits into
eclipse-score:mainfrom
mercedes-benz:ai-repos

Conversation

@FScholPer
Copy link
Copy Markdown
Contributor

@FScholPer FScholPer commented May 12, 2026

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:

  • .github remains a thin governance and Copier-template overlay
  • mcp server implementations are reusable across Copilot/VS Code, Codex, and Claude-compatible workflows

Intended Usage

  • Teams consume mcp server entries from mcp_servers

FScholPer and others added 3 commits March 6, 2026 11:03
Co-authored-by: Alexander Lanin <alex@lanin.de>
Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com>
@FScholPer FScholPer requested a review from a team as a code owner May 12, 2026 14:05
@eclipse-otterdog
Copy link
Copy Markdown
Contributor

Thank you for raising a pull request to update the configuration of your GitHub organization.
You can manually add reviewers to this PR to eventually enable auto-merging.

The following conditions need to be fulfilled for auto-merging to be available:

  • valid configuration
  • approved by a project lead
  • does not require any secrets
  • does not update settings only accessible via the GitHub Web UI
  • does not remove any resource
Otterdog commands and options

You can trigger otterdog actions by commenting on this PR:

  • /otterdog team-info checks the team / org membership for the PR author
  • /otterdog validate validates the configuration change
  • /otterdog validate info validates the configuration change, printing also validation infos
  • /otterdog check-sync checks if the base ref is in sync with live settings
  • /otterdog merge merges and applies the changes if the PR is eligible for auto-merging (only accessible for the author)
  • /otterdog done notifies the self-service bot that a required manual apply operation has been performed (only accessible for members of the admin team)
  • /otterdog apply re-apply a previously failed attempt (only accessible for members of the admin team)

@eclipse-otterdog
Copy link
Copy Markdown
Contributor

The author (FScholPer) of this PR is associated with this organization in the role of MEMBER.

Additionally, FScholPer is a member of the following teams:

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

Comment thread otterdog/eclipse-score.jsonnet Outdated
Co-authored-by: Alexander Lanin <alex@lanin.de>
Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com>
@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@FScholPer FScholPer changed the title AI Repo creation - marketplace/plugins MCP Server Repo creation May 15, 2026
@eclipse-otterdog
Copy link
Copy Markdown
Contributor

Note

The current configuration is out-of-sync with the live settings:

Diff to live settings
Project 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.

@FScholPer FScholPer changed the title MCP Server Repo creation MCP Server mono - repo creation May 15, 2026
@FScholPer
Copy link
Copy Markdown
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>
@eclipse-otterdog
Copy link
Copy Markdown
Contributor

Please find below the validation of the requested configuration changes:

Diff for ac7f9e9
Project 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants