Skip to content

Commit fad962a

Browse files
iskakaushikJove Zhong
authored andcommitted
Bundle system certs as part of the mcp server (ClickHouse#15)
1 parent e6be8b7 commit fad962a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mcp_timeplus/mcp_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"python-dotenv",
2828
"uvicorn",
2929
"confluent-kafka",
30+
"pip-system-certs",
3031
]
3132

3233
mcp = FastMCP(MCP_SERVER_NAME, dependencies=deps)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies = [
1313
"uvicorn>=0.34.0",
1414
"timeplus-connect>=0.8.15",
1515
"confluent-kafka",
16+
"pip-system-certs>=4.0",
1617
]
1718

1819
[project.scripts]

0 commit comments

Comments
 (0)