Copilot agent mode with native MCP support. The inputs block prompts for your key once and keeps it out of the repo.
IDEVS Code asks for the key on first start (password-masked) and stores it outside the file, so this file is safe to commit.
{
"inputs": [
{
"id": "pitchpace-key",
"type": "promptString",
"description": "PitchPace agent key (ppag_...)",
"password": true
}
],
"servers": {
"pitchpace": {
"type": "http",
"url": "https://<tenant>.pitchpace.app/api/agent/mcp",
"headers": { "Authorization": "Bearer ${input:pitchpace-key}" }
}
}
}Command palette → "MCP: List Servers" → pitchpace → Start. Then open Chat in agent mode.
"MCP: List Servers" shows pitchpace running. In agent-mode chat, the tools picker lists the PitchPace tools; try the first prompt below.
Writes are opt-in: set_occupancy exists only on keys with occupancy:write, and what it writes lowers your public availability immediately — start read-only if you are unsure.