Skip to content

Commit 5678905

Browse files
authored
Merge pull request #3 from aliyun/rebuild_resource
Rebuild resource
2 parents 1fbb876 + 16a49a6 commit 5678905

File tree

6 files changed

+184
-184
lines changed

6 files changed

+184
-184
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,23 @@ Add the following configuration to the MCP client configuration file:
7575
#### Built-in Resources
7676
* `hologres:///schemas`: Get all schemas in the database
7777

78-
* `hologres:///system_info/missing_stats_tables`: Retrieve tables lacking statistics
79-
8078
#### Resource Templates
8179
* `hologres:///{schema}/tables`: List all tables in a schema
8280

8381
* `hologres:///{schema}/{table}/ddl`: Get table DDL
8482

8583
* `hologres:///{schema}/{table}/statistic`: Show collected table statistics
8684

87-
* `hologres:///system_info/latest_query_log/{row_limits}`: Get recent query logs
85+
* `system:///query_log/latest/{row_limits}`: Get recent query logs
86+
87+
* `system:///query_log/user/{user_name}`: Get specific user's query logs
8888

89-
* `hologres:///system_info/user_query_log/{user}`: Get specific user's query logs
89+
* `system:///query_log/application/{application_name}`: Get specific application's query logs
9090

91-
* `hologres:///system_info/application_query_log/{application}`: Get specific application's query logs
91+
* `system:///{system_path}`:
92+
System paths include:
93+
* missing_stats_tables - Shows the tables that are missing statistics.
94+
* stat_activity - Shows the information of current running queries.
9295

9396
### Prompts
9497
None at this time

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release Notes
2-
## Version 0.1.1 (Initial Release)
2+
## Version 0.1.2 (Initial Release)
33
### Description
44
Hologres MCP Server serves as a universal interface between AI Agents and Hologres databases. It enables rapid implementation of seamless communication between AI Agents and Hologres, helping AI Agents retrieve Hologres database metadata and execute SQL for various operations.
55

hologres_mcp_log.out

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hologres-mcp-server"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A MCP Server for Hologres"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)