This Zed extension provides a context server for Confluence. It allows users to add the content of confluence pages as contexts in the assistant. You can find the repository of the confluence model context server here
In order to use this extension, you need to specify the following settings in the settings.json
file:
"context_servers": {
"confluence-context-server": {
"settings": {
"api_token": ,
"domain_name": ,
"email": ,
}
}
}
/confluence-page <page-id>
: This command will add the context of the confluence page with the givenpage-id
to the assistant.