PF CreatePrompt · Publish
Profit

Connecting PF Create to GitHub Copilot

Difficulty: Easy — add a JSON config file.
Requires: VS Code 1.99+, GitHub Copilot extension, Copilot Free/Pro/Pro+ or Business/Enterprise with MCP policy enabled

Before You Start

Project-Level Config (recommended)

Create .vscode/mcp.json in your project root:

{"servers":{"pfcreate":{"type":"sse","url":"https://mcp.pfcreate.ca/sse","headers":{"Authorization":"Bearer pfk_YOUR_KEY_HERE"}}}}

Activate

  1. A Start button appears at the top of .vscode/mcp.json — click it.
  2. Open Copilot Chat, select Agent mode from the dropdown.
  3. Click the tools icon to confirm PF Create tools are listed.

Troubleshooting

Start button not visible — Confirm VS Code is 1.99+ and the GitHub Copilot extension is installed.

Tools not listed in agent mode — Click the Start button and reload VS Code.

Back to all connection guides