We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a26a82 commit cf138daCopy full SHA for cf138da
mcp-server/elasticsearch/internal/tools.go
@@ -12,10 +12,10 @@ func GetServiceByHostIDTool() mcp.Tool {
12
mcp.Description("主机ID,用于定位具体的服务器节点")),
13
mcp.WithString("start_time",
14
mcp.Required(),
15
- mcp.Description("查询开始时间,格式为 '2025-08-20T00:00:00Z'")),
+ mcp.Description("查询开始时间,需要北京时间,格式为 'YYYY-mm-ddThh:mm:ss+08:00'")),
16
mcp.WithString("end_time",
17
18
- mcp.Description("查询结束时间,格式为 '2025-08-20T23:59:59Z'")),
+ mcp.Description("查询结束时间,需要北京时间,格式为 'YYYY-mm-ddThh:mm:ss+0800'")),
19
)
20
}
21
0 commit comments