Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_extract_lines

Extract specific lines or ranges from files using pattern matching or line numbers. Supports context lines for detailed analysis within the fast-filesystem-mcp server environment.

Instructions

파일에서 특정 라인들을 추출합니다

Input Schema

NameRequiredDescriptionDefault
context_linesNo패턴 매칭시 앞뒤 컨텍스트 라인 수
end_lineNo끝 라인 (범위 추출용)
line_numbersNo추출할 라인 번호들
pathYes파일 경로
patternNo패턴으로 라인 추출
start_lineNo시작 라인 (범위 추출용)

Input Schema (JSON Schema)

{ "properties": { "context_lines": { "default": 0, "description": "패턴 매칭시 앞뒤 컨텍스트 라인 수", "type": "number" }, "end_line": { "description": "끝 라인 (범위 추출용)", "type": "number" }, "line_numbers": { "description": "추출할 라인 번호들", "items": { "type": "number" }, "type": "array" }, "path": { "description": "파일 경로", "type": "string" }, "pattern": { "description": "패턴으로 라인 추출", "type": "string" }, "start_line": { "description": "시작 라인 (범위 추출용)", "type": "number" } }, "required": [ "path" ], "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