Skip to content

docs: Add GitHub Copilot PRs MCP configuration and documentation#22296

Closed
Copilot wants to merge 9 commits intomasterfrom
copilot/add-uno-app-mcp-access
Closed

docs: Add GitHub Copilot PRs MCP configuration and documentation#22296
Copilot wants to merge 9 commits intomasterfrom
copilot/add-uno-app-mcp-access

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 7, 2026

GitHub Issue: closes #18764

PR Type:

📚 Documentation content changes

What is the current behavior? 🤔

No documentation exists for configuring Uno Platform MCP with GitHub Copilot PRs (the "Assign to Copilot" feature on GitHub.com). Users cannot discover how to enable MCP access for automated PR assistance.

What is the new behavior? 🚀

Configuration

  • .github/copilot-mcp.json: Enables Uno Platform Remote MCP (https://mcp.platform.uno/v1) for GitHub Copilot PRs, providing automatic documentation search and development guidance

Documentation

  • get-started-ai-gh-copilot-prs.md: Setup guide covering GitHub Copilot PRs vs CLI/VS Code distinctions, MCP capabilities, and troubleshooting
  • create-an-app-ai-gh-copilot-prs.md: Development guide with example prompts, best practices, and limitations
  • Updated using-the-uno-mcps.md: Added clarification matrix showing Remote MCP availability across tools (GitHub PRs, CLI, VS Code, Claude, etc.)
  • Updated common-issues-ai-agents.md: Added GitHub Copilot PRs troubleshooting section
  • Updated toc.yml: Integrated new pages into documentation navigation

Key Clarifications

  • Remote MCP (documentation/guidance): Available in GitHub Copilot PRs ✓
  • App MCP (interactive testing): Local development only, NOT available in GitHub Copilot PRs

PR Checklist ✅

  • 📝 Commits follow Conventional Commits specification
  • 🧪 N/A - Documentation changes only
  • 📚 Documentation added following template structure
  • 🖼️ N/A - No UI changes
  • ❗ Contains NO breaking changes

Other information ℹ️

Documentation build verified successful. All cross-references validated.

Original prompt

This section details on the original issue you should resolve

<issue_title>Adding Uno MCP and App MCP for GitHub Copilot PRs</issue_title>
<issue_description>### What would you like clarification on? 🤔

Currently we don't have documentation on how to give GitHub Copilot access to Uno MCP and App MCP. Note this is related to GitHub.com Copilot PRs (Assign to Copilot), not GitHub Copilot in VS Code.

Concern 📚

None

Renderer 🎨

  • Skia
  • Native

Affected platforms 📱💻🖥️

No response

Any feedback? 💬

No response</issue_description>

Comments on the Issue (you are @copilot in this section)

@MartinZikmund @jeromelaban I think this is not a problem for Uno MCP, but not sure about App MCP?

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 7, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ Jen-Uno
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI and others added 2 commits January 7, 2026 17:33
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for Uno MCP and App MCP access in GitHub Copilot docs: Add GitHub Copilot PRs MCP configuration and documentation Jan 7, 2026
Copilot AI requested a review from Jen-Uno January 7, 2026 17:37
@unodevops
Copy link
Copy Markdown
Contributor

⚠️⚠️ The build 190306 has failed on Uno.UI - docs.

@github-actions github-actions Bot added area/build Categorizes an issue or PR as relevant to build infrastructure kind/documentation labels Jan 7, 2026
@Jen-Uno Jen-Uno requested a review from Copilot January 7, 2026 18:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds documentation and configuration for using the Uno Platform MCP with GitHub Copilot PRs (the "Assign to Copilot" feature on GitHub.com), distinguishing it from GitHub Copilot CLI for local development.

Key changes:

  • Adds .github/copilot-mcp.json to enable Remote MCP for GitHub Copilot PRs
  • Expands get-started-ai-gh-copilot-cli.md to cover both CLI and PRs usage
  • Creates create-an-app-ai-gh-copilot-prs.md with PR-specific development guidance
  • Updates terminology from "GitHub Copilot CLI" to "GitHub Copilot" across documentation

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
.github/copilot-mcp.json New MCP configuration enabling Uno Platform documentation access for GitHub Copilot PRs
doc/articles/get-started-ai-gh-copilot-cli.md Expanded guide covering both GitHub Copilot CLI (local) and GitHub Copilot PRs (GitHub.com) with setup, capabilities, and limitations
doc/articles/create-an-app-ai-gh-copilot-prs.md New guide for creating apps with GitHub Copilot PRs (has structural issues requiring attention)
doc/articles/features/using-the-uno-mcps.md Added clarification matrix showing Remote MCP vs App MCP availability across tools
doc/articles/common-issues-ai-agents.md Added troubleshooting section for GitHub Copilot PRs MCP issues
doc/articles/explore-your-app-ai-agents.md Added note clarifying local development context vs GitHub Copilot PRs
doc/articles/toc.yml Updated navigation labels from "GitHub Copilot CLI" to "GitHub Copilot"
doc/articles/get-started.md Updated table headers and links to reflect renamed navigation items

Comment thread doc/articles/create-an-app-ai-gh-copilot-prs.md Outdated
Comment thread doc/articles/features/using-the-uno-mcps.md Outdated
Comment thread doc/articles/features/using-the-uno-mcps.md
Comment thread doc/articles/toc.yml
@Jen-Uno Jen-Uno force-pushed the copilot/add-uno-app-mcp-access branch from f8931a9 to 8cdbd0c Compare January 7, 2026 20:20
@unodevops
Copy link
Copy Markdown
Contributor

⚠️⚠️ The build 190358 has failed on Uno.UI - docs.

@Jen-Uno Jen-Uno marked this pull request as ready for review January 7, 2026 21:21
Copilot AI review requested due to automatic review settings January 7, 2026 21:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Comment thread doc/articles/get-started.md Outdated
Comment thread doc/articles/create-an-app-ai-gh-copilot-prs.md Outdated
Comment thread doc/articles/create-an-app-ai-gh-copilot-prs.md Outdated
Comment thread doc/articles/create-an-app-ai-gh-copilot-prs.md Outdated
Jen-Uno and others added 4 commits January 7, 2026 16:31
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Jen-Uno Jen-Uno requested a review from jeromelaban January 7, 2026 21:31
@unodevops
Copy link
Copy Markdown
Contributor

⚠️⚠️ The build 190372 has failed on Uno.UI - docs.

Comment thread .github/copilot-mcp.json
Comment on lines +1 to +12
{
"$schema": "https://platform.openai.com/docs/mcp/configuration.json",
"mcpServers": {
"uno": {
"type": "sse",
"url": "https://mcp.platform.uno/v1",
"metadata": {
"description": "Uno Platform MCP - Provides Uno Platform documentation search and development guidance"
}
}
}
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already included in the repo config.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 9, 2026

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days.

@github-actions github-actions Bot added the stale This item has been marked as stale and will be closed if there is no activity. label Mar 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions Bot closed this Mar 19, 2026
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/build Categorizes an issue or PR as relevant to build infrastructure kind/documentation stale This item has been marked as stale and will be closed if there is no activity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding Uno MCP and App MCP for GitHub Copilot PRs

6 participants