Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_TOKEN | No | Your Hugging Face API token for image generation functionality |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 서버 정보 | 현재 MCP 서버의 정보를 반환합니다 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greeting | 사용자의 이름과 언어를 입력받아 해당 언어로 인사하는 도구 |
| calculator | 두 숫자에 대한 사칙연산을 수행하는 계산기 도구 |
| current_time | 현재 시간을 지정된 시간대에서 조회하는 도구. 시간대를 입력하지 않으면 한국 시간대(Asia/Seoul)를 사용합니다. |
| code_review | 사용자가 제공한 코드에 대한 상세한 코드 리뷰 프롬프트를 생성하는 도구 |
| generate_image | 텍스트 프롬프트를 사용하여 이미지를 생성하는 도구 |