Skip to content

Commit 4fdefd5

Browse files
authored
Bundle system certs as part of the mcp server (#15)
1 parent b21c217 commit 4fdefd5

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

mcp_clickhouse/mcp_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"clickhouse-connect",
2323
"python-dotenv",
2424
"uvicorn",
25+
"pip-system-certs",
2526
]
2627

2728
mcp = FastMCP(MCP_SERVER_NAME, dependencies=deps)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"fastmcp>=0.4.0",
1313
"uvicorn>=0.34.0",
1414
"clickhouse-connect>=0.8.0",
15+
"pip-system-certs>=4.0",
1516
]
1617

1718
[project.scripts]

uv.lock

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

0 commit comments

Comments
 (0)