fix: correct endpoint path to /mcp for streamable-http transport
This commit is contained in:
3
tools/caveman/templates/git_log.txt
Normal file
3
tools/caveman/templates/git_log.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Recent Commits:
|
||||
{{- for d.commits as commit }} {{commit.hash}} {{commit.date}} {{commit.message}}
|
||||
{{- end }}
|
||||
12
tools/caveman/templates/git_status.txt
Normal file
12
tools/caveman/templates/git_status.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- if d.staged }}Staged:
|
||||
{{- for d.staged as file }} + {{file}}
|
||||
{{- end }}{{- end }}
|
||||
{{- if d.modified }}Modified:
|
||||
{{- for d.modified as file }} ~ {{file}}
|
||||
{{- end }}{{- end }}
|
||||
{{- if d.untracked }}Untracked:
|
||||
{{- for d.untracked as file }} ? {{file}}
|
||||
{{- end }}{{- end }}
|
||||
{{- if d.deleted }}Deleted:
|
||||
{{- for d.deleted as file }} - {{file}}
|
||||
{{- end }}{{- end }}
|
||||
4
tools/caveman/templates/test_results.txt
Normal file
4
tools/caveman/templates/test_results.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- if d.failed }}Tests: {{d.passed}}/{{d.total}} passed ({{d.failed}} failed)
|
||||
{{- for d.suites as suite }}{{- if suite.status == "failed" }} {{suite.name}} ({{suite.duration}}ms)
|
||||
{{- end }}{{- end }}{{- else }}All {{d.total}} tests passed
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user