docs: Add GitHub Copilot PRs MCP configuration and documentation#22296
docs: Add GitHub Copilot PRs MCP configuration and documentation#22296
Conversation
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
|
|
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
Co-authored-by: Jen-Uno <214558326+Jen-Uno@users.noreply.github.com>
|
|
There was a problem hiding this comment.
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.jsonto enable Remote MCP for GitHub Copilot PRs - Expands
get-started-ai-gh-copilot-cli.mdto cover both CLI and PRs usage - Creates
create-an-app-ai-gh-copilot-prs.mdwith 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 |
f8931a9 to
8cdbd0c
Compare
|
|
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>
|
|
| { | ||
| "$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" | ||
| } | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
This is already included in the repo config.
|
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. |
|
This PR was closed because it has been stalled for 10 days with no activity. |
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 guidanceDocumentation
get-started-ai-gh-copilot-prs.md: Setup guide covering GitHub Copilot PRs vs CLI/VS Code distinctions, MCP capabilities, and troubleshootingcreate-an-app-ai-gh-copilot-prs.md: Development guide with example prompts, best practices, and limitationsusing-the-uno-mcps.md: Added clarification matrix showing Remote MCP availability across tools (GitHub PRs, CLI, VS Code, Claude, etc.)common-issues-ai-agents.md: Added GitHub Copilot PRs troubleshooting sectiontoc.yml: Integrated new pages into documentation navigationKey Clarifications
PR Checklist ✅
Other information ℹ️
Documentation build verified successful. All cross-references validated.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.