File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mcphawk"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " A passive MCP (Model Context Protocol) traffic sniffer for WebSocket-based MCP servers."
99authors = [
10- {
name =
" Your Name " , email = " [email protected] " }
10+ { name = " tech4242 " }
1111]
1212readme = " README.md"
1313license = { file = " LICENSE" }
@@ -17,8 +17,9 @@ dependencies = [
1717 " psutil>=6.0.0" ,
1818 " typer>=0.12.0" ,
1919 " fastapi>=0.116.1" ,
20- " uvicorn>=0.35.0" ,
21- " mcp>=1.0.0"
20+ " uvicorn[standard]>=0.35.0" ,
21+ " mcp>=1.0.0" ,
22+ " websockets>=12.0"
2223]
2324
2425[project .urls ]
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ fastapi==0.116.1
33scapy == 2.5.0
44psutil == 6.0.0
55typer >= 0.12.0
6- uvicorn = =0.35.0
7- wsproto == 1.2 .0
6+ uvicorn [ standard ] > =0.35.0
7+ websockets >= 12 .0
88mcp >= 1.0.0
You can’t perform that action at this time.
0 commit comments