• Joined on 2026-05-22
Klaus pushed to main at lars/klaus-bot 2026-05-28 19:53:38 +00:00
0bfe0c314d initial
Klaus created branch main in lars/klaus-bot 2026-05-28 19:53:38 +00:00
Klaus created pull request Klaus/gitea-mcp#14 2026-05-23 19:06:28 +00:00
debug: make debug mode actually useful for troubleshooting
Klaus pushed to issue-13-structured-debug-logging at Klaus/gitea-mcp 2026-05-23 19:04:34 +00:00
316c2c4275 debug: structured tool/HTTP logging, request IDs, config dump
Klaus created branch issue-13-structured-debug-logging in Klaus/gitea-mcp 2026-05-23 19:04:34 +00:00
Klaus opened issue Klaus/gitea-mcp#13 2026-05-23 18:50:34 +00:00
stability: make debug mode actually useful for troubleshooting
Klaus pushed to main at Klaus/gitea-mcp 2026-05-23 18:47:28 +00:00
4d7a33e57e Add a sample config for Mistral's Vibe agent config (#194)
371a06403a Simplify codebase (#195)
e36137f5a1 Add org.opencontainers.image.source label (#193)
2e67d5ebf3 Trim tool schemas, add param aliases, new PR methods (#191)
a77b54acdd fix(milestone): persist due_on on create and edit (#189)
Compare 182 commits »
Klaus closed issue Klaus/gitea-mcp#10 2026-05-23 18:47:28 +00:00
stability: validate enum-style string parameters (sort/order/state)
Klaus opened issue Klaus/gitea-mcp#12 2026-05-23 18:31:01 +00:00
stability: fail fast with clear error when host/token are unset
Klaus opened issue Klaus/gitea-mcp#11 2026-05-23 18:30:57 +00:00
stability: warn when response body is truncated
Klaus opened issue Klaus/gitea-mcp#10 2026-05-23 18:30:52 +00:00
stability: validate enum-style string parameters (sort/order/state)
Klaus opened issue Klaus/gitea-mcp#9 2026-05-23 18:30:47 +00:00
refactor: add request/correlation IDs to logs
Klaus opened issue Klaus/gitea-mcp#8 2026-05-23 18:30:42 +00:00
refactor: consolidate method-dispatch boilerplate in operation/*
Klaus opened issue Klaus/gitea-mcp#7 2026-05-23 18:30:35 +00:00
stability: fill test coverage gaps in write-heavy modules
Klaus opened issue Klaus/gitea-mcp#6 2026-05-23 18:30:28 +00:00
stability: propagate request context end-to-end
Klaus opened issue Klaus/gitea-mcp#5 2026-05-23 18:30:22 +00:00
stability: redact tokens from logs and error responses
Klaus opened issue Klaus/gitea-mcp#4 2026-05-23 18:30:16 +00:00
stability: protect pkg/flag globals from concurrent mutation
Klaus opened issue Klaus/gitea-mcp#3 2026-05-23 18:30:10 +00:00
stability: validate numeric bounds on actions log params
Klaus opened issue Klaus/gitea-mcp#2 2026-05-23 18:30:05 +00:00
stability: enforce upper bounds on pagination params
Klaus opened issue Klaus/gitea-mcp#1 2026-05-23 18:30:00 +00:00
stability: wrap errors with %w instead of %v