Skip to main content
Glama
jaeuk-mrt

mrt-fe-review-washer

by jaeuk-mrt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_DIRNo리뷰/Task 데이터 저장 경로. 기본값: ${REPO_PATH}/.review-data
REPO_PATHNo리뷰 대상 프로젝트 경로 (Tool에서 repoPath로 오버라이드 가능). 기본값: 현재 작업 디렉토리
REVIEW_RULES_PATHNo규칙 파일 경로 (커스텀). 기본값: templates/rules.ko.md (MCP 서버 내)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
review.collect_diffC

git diff(base...head)를 수집해서 반환합니다. base가 'main'이면 자동으로 'origin/main'으로 변환됩니다.

review.make_promptA

규칙 + diff를 합쳐, 모델에게 그대로 넘길 '리뷰 프롬프트 패키지(한국어)'를 만들어줍니다. base가 'main'이면 자동으로 'origin/main'으로 변환됩니다.

review.saveC

리뷰 결과(JSON)를 저장하고 review_id를 반환합니다.

review.listC

저장된 리뷰 목록을 조회합니다.

review.getA

특정 review_id의 상세 JSON을 조회합니다.

review.export_markdownB

특정 review_id를 마크다운으로 변환하고 파일로 저장합니다.

review.debug.envB

서버가 인식한 경로/env를 보여줍니다.

task.from_reviewA

리뷰 결과의 findings를 Task로 자동 변환합니다.

task.createB

새 Task를 수동으로 생성합니다.

task.listA

Task 목록을 조회합니다. 상태별 필터링 가능.

task.getC

특정 Task의 상세 정보를 조회합니다.

task.executeA

Task 실행을 시작합니다. 상태를 in_progress로 변경하고 실행 가이드를 제공합니다.

task.verifyC

Task 완료를 검증합니다. 변경사항을 확인할 수 있도록 정보를 제공합니다.

task.completeC

Task를 완료 상태로 변경합니다.

task.deleteC

Task를 삭제합니다.

task.update_statusC

Task 상태를 변경합니다.

task.statsB

Task 전체 통계를 조회합니다.

Prompts

Interactive templates invoked by user choice

NameDescription
review
task-execute
task-plan

Resources

Contextual data attached and managed by the client

NameDescription
rules-active
reviews-index
reviews-latest
tasks-index
tasks-pending
tasks-in-progress

Latest Blog Posts

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/jaeuk-mrt/mrt-fe-review-washer'

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