Skip to content

Conversation

Copy link

Copilot AI commented Nov 11, 2025

Adds setup instructions for configuring the Nuxt UI MCP server with GitHub Agent (GitHub Copilot).

Changes

  • Added GitHub Agent section to /docs/content/docs/1.getting-started/7.ai/1.mcp.md
  • Positioned after Opencode section, following existing AI assistant configuration pattern
  • Includes MCP settings JSON with tools: ["*"] parameter

Configuration

Users navigate to GitHub Copilot Settings and add:

{
  "mcpServers": {
    "nuxt-ui": {
      "type": "http",
      "url": "https://ui.nuxt.com/mcp",
      "tools": ["*"]
    }
  }
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • pkg.pr.new
    • Triggering command: node /usr/local/bin/pnpm install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

within the documentation, add a new section to explain how to add MCP within for GitHub Agent:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add documentation for adding MCP in GitHub Agent Add GitHub Agent MCP configuration to documentation Nov 11, 2025
Copilot AI requested a review from Barbapapazes November 11, 2025 14:25
Copilot finished work on behalf of Barbapapazes November 11, 2025 14:25
@Barbapapazes Barbapapazes changed the title Add GitHub Agent MCP configuration to documentation docs add GitHub Agent MCP configuration to documentation Nov 11, 2025
@Barbapapazes Barbapapazes changed the base branch from v4 to docs/add-mcp-documentation November 11, 2025 14:30
@Barbapapazes Barbapapazes marked this pull request as ready for review November 11, 2025 14:30
@Barbapapazes Barbapapazes changed the title docs add GitHub Agent MCP configuration to documentation docs: add GitHub Agent MCP configuration to documentation Nov 11, 2025
@Barbapapazes Barbapapazes merged commit 945ace1 into docs/add-mcp-documentation Nov 11, 2025
@Barbapapazes Barbapapazes deleted the copilot/add-mcp-documentation branch November 11, 2025 14:31
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