Skip to content

Commit 685fa80

Browse files
committed
format
1 parent 88dcf7c commit 685fa80

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

src/worker.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ def echo_prompt(message: str) -> str:
3535

3636
app = mcp.streamable_http_app()
3737
app.add_exception_handler(HTTPException, http_exception)
38-
app.add_middleware(CORSMiddleware, allow_origins=["*"], allow_methods=["*"], allow_headers=["*"])
38+
app.add_middleware(
39+
CORSMiddleware, allow_origins=["*"], allow_methods=["*"], allow_headers=["*"]
40+
)
3941
return mcp, app
4042

4143

uv.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)