Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_docs | 所持しているドキュメントの一覧を取得 |
| get_doc | 指定したドキュメントの内容を取得(ページネーション対応) Args:
path: ドキュメントのファイルパス
page: ページ番号(1から開始、Noneの場合は全文取得) |
| grep_docs | ドキュメント内をgrepで検索 Args:
pattern: 検索パターン(正規表現対応)
ignore_case: 大文字小文字を無視するか(デフォルト: True) |
| semantic_search | 意味的に関連する内容を検索 Args:
query: 検索クエリ
limit: 返す結果の最大数(デフォルト: 5) |