Skip to content

Commit 4502f71

Browse files
committed
Update uv.lock and run formatter
1 parent 78118ac commit 4502f71

File tree

2 files changed

+2479
-2475
lines changed

2 files changed

+2479
-2475
lines changed

examples/usecases/mcp_github_to_slack_agent/main.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99

1010
app = MCPApp(name="github_to_slack")
1111

12-
@app.async_tool(name="github_to_slack", description="Tool to list GitHub pull requests and provides summaries to Slack")
12+
13+
@app.async_tool(
14+
name="github_to_slack",
15+
description="Tool to list GitHub pull requests and provides summaries to Slack",
16+
)
1317
async def github_to_slack(github_owner: str, github_repo: str, slack_channel: str):
1418
async with app.run() as agent_app:
1519
context = agent_app.context

0 commit comments

Comments
 (0)