Skip to content

Commit 6f5abec

Browse files
authored
PyPI integration (#6)
Badge on readme, specify license in pyproject.toml
1 parent fe44514 commit 6f5abec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ClickHouse MCP Server
2+
[![PyPI - Version](https://img.shields.io/pypi/v/mcp-clickhouse)](https://pypi.org/project/mcp-clickhouse)
23

34
An MCP server for ClickHouse.
45

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "mcp-clickhouse"
33
version = "0.1.0"
44
description = "An MCP server for ClickHouse."
55
readme = "README.md"
6+
license = "Apache-2.0"
7+
license-files = ["LICENSE"]
68
requires-python = ">=3.13"
79
dependencies = [
810
"mcp>=1.0.0",

0 commit comments

Comments
 (0)