Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.35 KB

File metadata and controls

30 lines (21 loc) · 1.35 KB

confluence-extension

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.

Development

Install dependencies:

npm install

To run:

npm start

To run the mcp server:

npm start:mcp

Documentation