Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PENSIEVE_API_URL | No | The API URL for the Pensieve cloud service |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_conversation | 대화 내역을 저장합니다 |
| load_conversation | 저장된 대화를 불러옵니다 |
| list_conversations | 저장된 대화 목록을 조회합니다 |
| search_conversations | 대화 내용을 검색합니다 |
| append_to_conversation | 기존 대화에 메시지를 추가합니다 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |