Skip to content

Commit

Permalink
PyPI integration (#6)
Browse files Browse the repository at this point in the history
Badge on readme, specify license in pyproject.toml
  • Loading branch information
serprex authored Feb 12, 2025
1 parent fe44514 commit 6f5abec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ClickHouse MCP Server
[![PyPI - Version](https://img.shields.io/pypi/v/mcp-clickhouse)](https://pypi.org/project/mcp-clickhouse)

An MCP server for ClickHouse.

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "mcp-clickhouse"
version = "0.1.0"
description = "An MCP server for ClickHouse."
readme = "README.md"
license = "Apache-2.0"
license-files = ["LICENSE"]
requires-python = ">=3.13"
dependencies = [
"mcp>=1.0.0",
Expand Down

0 comments on commit 6f5abec

Please sign in to comment.