Skip to content

Commit a5a6253

Browse files
committed
Add executable entry point for uvx compatibility (v2.0.3)
1 parent d2defda commit a5a6253

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
[project]
22
name = "webhook-mcp-server"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "MCP Server for webhook.site API integration with layered architecture"
55
requires-python = ">=3.10"
66
dependencies = [
77
"mcp>=1.0.0",
88
"httpx>=0.25.0",
99
]
1010

11+
[project.scripts]
12+
webhook-mcp-server = "server:main"
13+
1114
[project.urls]
1215
Repository = "https://github.com/zebbern/webhook-mcp-server"
1316
Homepage = "https://github.com/zebbern/webhook-mcp-server"

0 commit comments

Comments
 (0)