Documentation Index
Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- VS Code with GitHub Copilot Chat extension
- A V5 bearer token — get one from
POST /admin/tokens/issue - GitHub Copilot Business, Enterprise, or Individual subscription
Setup
Add MCP server config
Add to The
.vscode/mcp.json in your project (or to VS Code user settings):.vscode/mcp.json
ascend-gtm-ops repo includes this file pre-configured.Set your token
VS Code prompts for the token on first use if not set in the environment. To pre-set it:Or use VS Code’s secret store: Command Palette → MCP: Manage Secrets → add
ASCEND_GATEWAY_TOKEN.GitHub Copilot coding agent
The Copilot coding agent (assigned via GitHub issues) automatically reads.vscode/mcp.json from the repo. No additional setup required — the agent uses V5 tools during issue resolution.
The Copilot coding agent can only use V5 tools for read operations in standard PR reviews. Mutations (
crm_write, email_send, ads_mutate) require explicit confirmation in the PR description.Using with AGENTS.md
GitHub Copilot readsAGENTS.md at the project root (Linux Foundation AGENTS.md spec). The ascend-gtm-ops AGENTS.md documents which V5 tools are appropriate for Copilot tasks and which require human review.