Skip to content

Commit 888ea5a

Browse files
committed
lint: builder
1 parent 048738a commit 888ea5a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/golf/core/builder.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,14 @@ def _discover_middleware_classes(self, project_path: Path) -> dict[str, list[str
15481548
starlette_middleware = []
15491549

15501550
# FastMCP middleware methods (MCP protocol level)
1551-
fastmcp_methods = ["on_message", "on_request", "on_call_tool", "on_read_resource", "on_get_prompt", "on_initialize"]
1551+
fastmcp_methods = [
1552+
"on_message",
1553+
"on_request",
1554+
"on_call_tool",
1555+
"on_read_resource",
1556+
"on_get_prompt",
1557+
"on_initialize",
1558+
]
15521559
# Starlette/ASGI middleware method (HTTP level)
15531560
starlette_method = "dispatch"
15541561

0 commit comments

Comments
 (0)