Skip to content

Commit 79107f2

Browse files
author
mrachidi
committed
adding demo file and fixing vulnerabilities
1 parent 30cd972 commit 79107f2

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
A modular Model Context Protocol (MCP) server providing comprehensive security vulnerability intelligence tools including CVE lookup, EPSS scoring, CVSS calculation, exploit detection, and Python package vulnerability checking.
99

10+
11+
## Demo
12+
13+
<p align="center">
14+
<img src="demo.gif" alt="demo"/>
15+
</p>
16+
1017
## 🚀 Quick Deploy to Heroku
1118

1219
1. Click "Deploy to Heroku" button

demo.gif

27 MB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = ["pyright>=1.1.378",
2929
"ruff>=0.6.9",
3030
"pytest-asyncio>=0.23.5",
3131
"black>=24.0.0",
32-
"h11==0.14.0"]
32+
"h11>=0.16.0"]
3333

3434
[build-system]
3535
requires = ["hatchling"]

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)