We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0a0e1 commit b771d53Copy full SHA for b771d53
pyproject.toml
@@ -1,19 +1,19 @@
1
[project]
2
name = "sysdig-mcp-server"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Sysdig MCP Server"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
- "mcp[cli]==1.9.4",
+ "mcp[cli]==1.10.0",
9
"python-dotenv>=1.1.0",
10
"pyyaml==6.0.2",
11
"sqlalchemy==2.0.36",
12
"sqlmodel==0.0.22",
13
"sysdig-sdk @ git+https://github.com/sysdiglabs/sysdig-sdk-python@e9b0d336c2f617f3bbd752416860f84eed160c41",
14
"dask==2025.4.1",
15
"oauthlib==3.2.2",
16
- "fastapi==0.115.12",
+ "fastapi==0.116.1",
17
"fastmcp==2.5.1",
18
"requests",
19
]
0 commit comments