We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2defda commit a5a6253Copy full SHA for a5a6253
pyproject.toml
@@ -1,13 +1,16 @@
1
[project]
2
name = "webhook-mcp-server"
3
-version = "2.0.2"
+version = "2.0.3"
4
description = "MCP Server for webhook.site API integration with layered architecture"
5
requires-python = ">=3.10"
6
dependencies = [
7
"mcp>=1.0.0",
8
"httpx>=0.25.0",
9
]
10
11
+[project.scripts]
12
+webhook-mcp-server = "server:main"
13
+
14
[project.urls]
15
Repository = "https://github.com/zebbern/webhook-mcp-server"
16
Homepage = "https://github.com/zebbern/webhook-mcp-server"
0 commit comments