Skip to content

Commit baa62ab

Browse files
committed
docs: add ownership verification for MCP Registry and bump version
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
1 parent 02bc129 commit baa62ab

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
![build workflow](https://github.com/GreptimeTeam/greptimedb-mcp-server/actions/workflows/python-app.yml/badge.svg)
55
[![MIT License](https://img.shields.io/badge/license-MIT-green)](LICENSE.md)
66

7-
A Model Context Protocol (MCP) server for [GreptimeDB](https://github.com/GreptimeTeam/greptimedb) — an open-source, cloud-native, unified observability database.
7+
A Model Context Protocol (MCP) server for [GreptimeDB](https://github.com/GreptimeTeam/greptimedb) — an open-source observability database that handles metrics, logs, and traces in one engine.
8+
9+
<!-- mcp-name: io.github.GreptimeTeam/greptimedb-mcp-server -->
810

911
Enables AI assistants to query and analyze GreptimeDB using SQL, TQL (PromQL-compatible), and RANGE queries, with built-in security features like read-only enforcement and data masking.
1012

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "greptimedb-mcp-server"
7-
version = "0.4.6"
7+
version = "0.4.7"
88
description = "MCP server for GreptimeDB with SQL/TQL/PromQL support, sensitive data masking, and prompt templates for observability data analysis."
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)