This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-mcp-server.git
The following commit(s) were added to refs/heads/main by this push:
new d3ad811 fix typo
d3ad811 is described below
commit d3ad811c445f1584407158245beafa1113b52b0a
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Apr 2 16:52:56 2025 +0800
fix typo
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 3dfeacd..2a7f0b3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
name = "iotdb-mcp-server"
packages = [{ include = "src/iotdb_mcp_server" }]
version = "0.1.0"
-description = "A Model Context Protocol (MCP) server that enables secure
interaction with GreptimeDB databases. This server allows AI assistants to list
tables, read data, and execute SQL queries through a controlled interface,
making database exploration and analysis safer and more structured."
+description = "A Model Context Protocol (MCP) server that enables secure
interaction with IoTDB databases. This server allows AI assistants to list
tables, read data, and execute SQL queries through a controlled interface,
making database exploration and analysis safer and more structured."
readme = "README.md"
license = "Apache-2.0"
license-file="LICENSE"