Back to Uno

Get Started with GitHub Copilot CLI

doc/articles/get-started-ai-gh-copilot-cli.md

6.6-release-branch-cut1.0 KB
Original Source

Get Started with GitHub Copilot CLI

This guide will walk you through the setup process for getting started with GitHub Copilot CLI.

Check your environment

[!includegetting-help]

Setting up Uno Platform MCPs

To get started with GitHub Copilot CLI:

  1. Install Copilot CLI
  2. Start Copilot CLI
  3. Type /mcp and register the following:
    1. Unique Name: uno
    2. Server Type: HTTP
    3. URL: https://mcp.platform.uno/v1
    4. Skip HTTP Headers and leave tools to *
  4. Type /mcp again and register the following (app-specific MCP):
    1. Unique Name: uno-app
    2. Server Type: Local
    3. Command: dotnet dnx -y uno.devserver --mcp-app
    4. Skip Environment Variables and leave tools with *

[!IMPORTANT] The uno-app MCP may fail to load unless Copilot is opened in a folder containing an Uno Platform app.

Next Steps

Now that you are set up, let's create your first app.