Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_edit_multiple_blocks

Edit multiple sections of a file simultaneously by specifying paths, text changes, and modes like replace, insert, or delete. Includes backup creation for safe modifications.

Instructions

파일의 여러 부분을 한 번에 편집합니다

Input Schema

NameRequiredDescriptionDefault
backupNo백업 생성
editsYes편집 작업 목록
pathYes편집할 파일 경로

Input Schema (JSON Schema)

{ "properties": { "backup": { "default": true, "description": "백업 생성", "type": "boolean" }, "edits": { "description": "편집 작업 목록", "items": { "properties": { "line_number": { "description": "라인 번호", "type": "number" }, "mode": { "default": "replace", "enum": [ "replace", "insert_before", "insert_after", "delete_line" ], "type": "string" }, "new_text": { "description": "새로운 텍스트", "type": "string" }, "old_text": { "description": "찾을 기존 텍스트", "type": "string" } }, "type": "object" }, "type": "array" }, "path": { "description": "편집할 파일 경로", "type": "string" } }, "required": [ "path", "edits" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/efforthye/fast-filesystem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server