Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_gemini | Gemini를 사용하여 프롬프트를 실행합니다.
Args:
prompt: Gemini에 전달할 프롬프트
file_dir_url_path: 분석할 파일, 디렉토리 또는 URL 경로
working_directory: 작업 디렉토리 (필수)
Returns:
dict: 실행 결과 또는 에러 메시지 |