Skip to content

gologic-ca/template-github-extension

 
 

Repository files navigation

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

About

Basic github extension which fetch the content of a confluence page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%