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
Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.
Setup uno.check by installing or updating the tool with:
dotnet tool update -g uno.checkRun the tool from the command prompt with the following command:
uno-checkYou can optionally add the
--target desktop --target web(orios,android,windows) parameters based on your intended development platforms.Follow the instructions indicated by the tool.
You can find additional information about uno-check here.
You can find additional information about uno-check here.
Setting up Uno Platform MCPs
To get started with GitHub Copilot CLI:
- Install Copilot CLI
- Start Copilot CLI
- Type
/mcpand register the following:- Unique Name:
uno - Server Type: HTTP
- URL:
https://mcp.platform.uno/v1 - Skip HTTP Headers and leave tools to
*
- Unique Name:
- Type
/mcpagain and register the following (app-specific MCP):- Unique Name:
uno-app - Server Type: Local
- Command:
dotnet dnx -y uno.devserver --mcp-app - Skip Environment Variables and leave tools with
*
- Unique Name:
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.