Skip to content

Commit 2dd95f0

Browse files
jovezhongserprexiskakaushik
authored
Port/b21c217 to cd6ebf9 (#9)
* escape strings/identifiers in generated queries (ClickHouse#14) * Bundle system certs as part of the mcp server (ClickHouse#15) * 0.1.3 * FastMcp is now part of official mcp sdk (ClickHouse#17) * fix repo * Update uv.lock --------- Co-authored-by: Philip Dubé <[email protected]> Co-authored-by: Kaushik Iska <[email protected]> Co-authored-by: Philip Dubé <[email protected]>
1 parent 7989d20 commit 2dd95f0

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ license-files = ["LICENSE"]
88
requires-python = ">=3.13"
99
dependencies = [
1010
"mcp>=1.3.0",
11-
"mcp[cli]",
11+
"mcp[cli]>=1.3.0",
1212
"python-dotenv>=1.0.1",
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]

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)