Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Your API key for the application. | |
| DATABASE_URL | No | The URL for your database connection. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greet | 사용자에게 환영 메시지를 표시합니다 |
| get_time | 현재 시간을 알려줍니다 |
| calculate | 간단한 수학 계산을 수행합니다 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Example Widget | 인터랙티브 예제 위젯 |
| Counter Widget | 인터랙티브 카운터 위젯 |