Frontmatter
| id | 7926 |
| title | Feat: Add Cross-Repo Capabilities to GitHub Workflow MCP |
| state | Closed |
| labels | enhancementstaleai |
| assignees | [] |
| createdAt | Nov 29, 2025, 4:20 PM |
| updatedAt | Mar 14, 2026, 4:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7926 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7914 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 14, 2026, 4:37 AM |
Feat: Add Cross-Repo Capabilities to GitHub Workflow MCP
Context
For the "Connected Organization" (Phase 1), agents need to manage tickets in repositories other than the one they are running in.
Requirements
create_issue,list_issues, etc., to accept an optionalrepositoryargument (format:owner/repo).Output
GitHubWorkflowtools supporting cross-repo operations.