Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CREATE_BACKUP_FILES | No | Control backup file creation behavior. When set to 'true', creates backup files before modifications. When set to 'false' (default), disables backup file creation to reduce clutter. | false |
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 |
---|---|
fast_list_allowed_directories | 허용된 디렉토리 목록을 조회합니다 |
fast_read_file | 파일을 읽습니다 (자동 청킹 지원) |
fast_read_multiple_files | 여러 파일의 내용을 동시에 읽습니다 (순차적 읽기 지원) |
fast_write_file | 파일을 쓰거나 수정합니다 (이모지 가이드라인 제공) |
fast_large_write_file | 대용량 파일을 안정적으로 작성합니다 (스트리밍, 재시도, 백업, 검증 기능) |
fast_list_directory | 디렉토리 목록을 조회합니다 (자동 청킹 페이징 지원) |
fast_get_file_info | 파일/디렉토리 상세 정보를 조회합니다 |
fast_create_directory | 디렉토리를 생성합니다 |
fast_search_files | 파일을 검색합니다 (이름/내용) - 자동 청킹, 정규표현식, 컨텍스트, 라인번호 지원 |
fast_search_code | 코드 검색 (ripgrep 스타일) - 자동 청킹, 라인번호와 컨텍스트 제공 |
fast_get_directory_tree | 디렉토리 트리 구조를 가져옵니다 |
fast_get_disk_usage | 디스크 사용량을 조회합니다 |
fast_find_large_files | 큰 파일들을 찾습니다 |
fast_edit_file | 파일의 특정 부분을 수정합니다 (Python edit_file과 동일) |
fast_edit_block | 정교한 블록 편집: 정확한 문자열 매칭으로 안전한 편집 (desktop-commander 방식) |
fast_safe_edit | 안전한 스마트 편집: 위험 감지 및 대화형 확인 |
fast_edit_multiple_blocks | 파일의 여러 부분을 한 번에 편집합니다 |
fast_edit_blocks | 여러개의 정교한 블록 편집을 한 번에 처리 (fast_edit_block 배열) |
fast_extract_lines | 파일에서 특정 라인들을 추출합니다 |
fast_copy_file | 파일이나 디렉토리를 복사합니다 |
fast_move_file | 파일이나 디렉토리를 이동하거나 이름을 변경합니다 |
fast_delete_file | 파일이나 디렉토리를 삭제합니다 |
fast_batch_file_operations | 여러 파일에 대한 일괄 작업을 수행합니다 |
fast_compress_files | 파일이나 디렉토리를 압축합니다 |
fast_extract_archive | 압축 파일을 해제합니다 |
fast_sync_directories | 두 디렉토리를 동기화합니다 |