Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_time | 현재 날짜와 시간을 반환합니다. 시간대를 지정할 수 있습니다. |
| calculate | 두 숫자의 사칙연산(덧셈, 뺄셈, 곱셈, 나눗셈)을 수행합니다. |
| get_random_number | 지정한 범위 내에서 랜덤 정수를 생성합니다. |
| reverse_string | 입력된 문자열을 뒤집어서 반환합니다. |
| get_server_info | 이 MCP 서버의 정보와 사용 가능한 Tool 목록을 반환합니다. |
| analyze_structure | 프로젝트 디렉토리 구조를 분석하여 트리 형태로 보여줍니다. |
| analyze_dependencies | 프로젝트의 package.json을 분석하여 의존성 정보를 제공합니다. |
| count_lines | 프로젝트의 코드 라인 수를 분석합니다 (코드/주석/빈줄 분류). |
| server_status | MCP 서버 상태를 확인합니다 (uptime, 메모리 사용량 등). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code-review | 코드 리뷰를 요청합니다 |
| explain-code | 코드 설명을 요청합니다 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server-info | MCP 서버 정보를 제공합니다 |
| config | 서버 설정 정보를 제공합니다 |