fix: add missing Any import in gitea_mcp_server.py #624

Closed
opened 2026-07-10 09:30:09 -05:00 by jcwalker3 · 0 comments
Owner

The newly introduced incident bridge and allocator tool gates in gitea_mcp_server.py use Any in type signatures, but Any was not imported from typing. This caused IDE diagnostic and compiler errors. This issue tracks adding from typing import Any to resolve the compiler/IDE warnings.

The newly introduced incident bridge and allocator tool gates in gitea_mcp_server.py use Any in type signatures, but Any was not imported from typing. This caused IDE diagnostic and compiler errors. This issue tracks adding from typing import Any to resolve the compiler/IDE warnings.
jcwalker3 added the bugstatus:ready labels 2026-07-10 09:30:29 -05:00
Sign in to join this conversation.
No labels bug status:ready
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#624