We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204721b commit ed06882Copy full SHA for ed06882
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "webhook-mcp-server"
3
-version = "2.0.1"
+version = "2.0.2"
4
description = "MCP Server for webhook.site API integration with layered architecture"
5
requires-python = ">=3.10"
6
dependencies = [
services/request_service.py
@@ -425,10 +425,6 @@ async def wait_for_email(
425
# Exponential backoff
426
await asyncio.sleep(2 ** retry_count)
427
continue
428
- "email": email_data,
429
- "email_address": f"{webhook_token}@email.webhook.site"
430
- }
431
- )
432
433
return ToolResult(
434
success=False,
0 commit comments