get_commit_timeline
Fetch commit history from local repositories or public GitHub URLs, applying date and author filters to reconstruct the development timeline.
Instructions
Fetches commit timeline from a local repo or public GitHub URL via DevMemory(데브메모리).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | 시작 날짜 (예: 2025-07-01, 7 days ago) | |
| until | No | 종료 날짜 | |
| repoUrl | No | Public GitHub 저장소 URL (예: https://github.com/facebook/react). AWS/PlayMCP 배포 시 사용. 로그인 불필요. | |
| maxCount | No | 최대 커밋 수 (기본 50) | |
| repoPath | No | 로컬 Git 저장소 경로. Cursor 로컬 개발 시 사용. | |
| authorName | No | author name 필터 | |
| authorEmail | No | author email 필터 |