Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greet | 이름과 언어를 입력하면 인사말을 반환합니다. |
| calculator | 두 개의 숫자와 연산자를 입력받아 사칙연산을 수행하고 결과를 반환합니다. |
| time | 타임존을 입력받아 해당 타임존의 현재 시간을 반환합니다. |
| geocode | 도시 이름이나 주소를 입력받아 위도와 경도 좌표를 반환합니다. |
| get-weather | 위도와 경도 좌표, 예보 기간을 입력받아 해당 위치의 현재 날씨와 예보 정보를 제공합니다. |
| generate-image | 텍스트 프롬프트를 입력받아 AI 이미지를 생성합니다. FLUX.1-schnell 모델을 사용합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code-review | 코드를 입력받아 코드 리뷰를 위한 프롬프트를 생성합니다. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 서버 정보 | 현재 MCP 서버의 정보와 사용 가능한 도구 목록 |