This extension provides an example of integrating a GitHub Copilot Extension with Confluence. It retrieves the content of a Confluence page and summarizes it or answers questions about it using Copilot's LLM API. The repository demonstrates the building blocks of a Copilot Extension with external API integration. See index.ts for the main logic.
Install dependencies:
npm installTo run:
npm startTo run the mcp server:
npm start:mcp