Developer Tools
methe.tech
Provides Git repository management functions for local repositories.
ENDPOINT 1
https://mcp.methe.tech/gdp/mcp
Known tools 18
repo_summaryReturns a compact summary of the selected GDP repository when a local GDP session is connected.
list_reposLists repositories currently open as GDP tabs.
git_statusReturns branch and working tree status for the selected GDP repository.
git_diffReturns the current diff for the selected GDP repository or selected paths.
list_filesLists files inside the selected GDP repository with optional pattern filtering.
read_fileReads an allowed repository-relative file from the selected GDP repository.
read_filesReads multiple allowed repository-relative files from the selected GDP repository in one call, using GDP's configured per-file size limit.
read_folderReads a repository-relative folder as a bounded context bundle, using GDP ignore settings and the configured per-file size limit.
read_contextReturns a repository or feature-area context pack with a tree, readable files, skipped-file reasons, and suggested follow-up tools.
search_repoSearches text in the selected GDP repository and returns compact matches.
doctor_patchDry-runs a unified diff through GDP Patch Doctor without queueing or applying it.
list_incoming_patchesLists content-free summaries of queued incoming GDP patches for the selected repository.
list_check_runsLists Auto-Terminal commands already run locally by the GDP user for the selected repository.
list_suggested_checksLists persistent Auto-Terminal suggestion metadata for the selected GDP repository.
read_check_run_outputReads stdout, stderr and metadata for one Auto-Terminal command the GDP user already ran locally.
submit_suggested_checksQueues Auto-Terminal command suggestions for the local GDP user to review and optionally run.
submit_patchQueues one complete unified diff in GDP for local human review.
render_patch_intakeRenders a ChatGPT Apps UI widget for GDP patch diagnosis or queue status.