fix: correct endpoint path to /mcp for streamable-http transport

This commit is contained in:
2026-06-02 00:25:34 +02:00
parent c299409431
commit ec48041b54
33 changed files with 280 additions and 27 deletions

View 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 }}