MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/git/log.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 * contain pipe characters.
18 */
19export class GitLogTool extends Tool<z.infer<typeof GitLogArgs>> {
20 name = 'git_log';
21 description = 'Show recent git commit history (default 20 commits). Optional filters by path, author, date range, or branch. One line per commit: shortsha | date | author | subject. Read-only.';
22 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected