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 e6be8b7 commit fad962aCopy full SHA for fad962a
mcp_timeplus/mcp_server.py
@@ -27,6 +27,7 @@
27
"python-dotenv",
28
"uvicorn",
29
"confluent-kafka",
30
+ "pip-system-certs",
31
]
32
33
mcp = FastMCP(MCP_SERVER_NAME, dependencies=deps)
pyproject.toml
@@ -13,6 +13,7 @@ dependencies = [
13
"uvicorn>=0.34.0",
14
"timeplus-connect>=0.8.15",
15
16
+ "pip-system-certs>=4.0",
17
18
19
[project.scripts]
0 commit comments