confluence-context-server
confluence-context-serverは、Rustで開発されたコンフルエンスのコンテキストサーバーです。このプロジェクトは、効率的なデータ管理とAPI統合を提供し、開発者がスムーズにコンフルエンスと連携できるように設計されています。特に、Rustのパフォーマンスと安全性を活かした実装が特徴です。
GitHubスター
4
ユーザー評価
未評価
お気に入り
0
閲覧数
13
フォーク
2
イシュー
0
README
Confluence Context Server
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
Configuration
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": ,
}
}
}
Slash Commands
/confluence-page <page-id>
: This command will add the context of the confluence page with the givenpage-id
to the assistant.