fix: finalize PR 57 tracker cleanup safety

This commit is contained in:
2026-07-02 06:00:06 -04:00
parent b3728c54ce
commit dbfa0fe188
2 changed files with 24 additions and 10 deletions
+1 -3
View File
@@ -14,6 +14,7 @@ Configuration (mcp_config.json):
}
"""
import os
import re
import sys
import functools
import contextlib
@@ -48,9 +49,6 @@ mcp = FastMCP("gitea-tools", instructions=(
))
import re
def extract_linked_issue_numbers(text: str | None, branch_name: str | None = None) -> list[int]:
issues = set()
if text: