[Diagnostic] suggest_labels returns empty array despite matching keywords #94
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Diagnostic Report
Generated: 2026-01-22T00:00:00Z
Command Tested: /debug-report (general diagnostic)
Reporter: Claude Code via /debug-report
Project Context
personal-projects/personal-portfoliossh://git@hotserv.tailc9b278.ts.net:2222/personal-projects/personal-portfolio.git/home/lmiranda/Repositories/personal/personal-portfoliodevelopmentDiagnostic Results
Test 1: validate_repo_org
Call:
validate_repo_org(repo="personal-projects/personal-portfolio")Status: PASS
Response:
Test 2: get_labels
Call:
get_labels(repo="personal-projects/personal-portfolio")Status: PASS
Response:
Test 3: list_issues
Call:
list_issues(repo="personal-projects/personal-portfolio", state="open")Status: PASS
Response:
Test 4: list_milestones
Call:
list_milestones(repo="personal-projects/personal-portfolio")Status: PASS
Response:
Test 5: suggest_labels
Call:
suggest_labels(context="Test bug fix for authentication")Status: PASS (but unexpected result)
Response:
Summary
Observation
The
suggest_labelstool returned an empty array for the context "Test bug fix for authentication", despite:Error Category
Hypothesis
The
suggest_labelsfunction may:repoparameter was passed)Suggested Investigation
suggest_labelsimplementation in the Gitea MCP server coderepoparameter to fetch available labelsReproduction Steps
/debug-reportor callsuggest_labels(context="Test bug fix for authentication")Generated by /debug-report - Labels: Type: Bug, Source: Diagnostic, Agent: Claude