Skip to content

Conversation

aice030
Copy link
Collaborator

@aice030 aice030 commented Aug 26, 2025

ElasticSearch MCP Server包括三个mcp tool, 分别是

  1. 查询主机在某时间区间内的运行日志, 返回值为json格式 四个参数:
    hostID string, 主机ID, 必要;
    service string, 服务名, 非必要, 输入为空的话会调用工具3中的方法获取当前主机正在运行的服务作为参数填入;
    startTime string, 查询时间区间开始时间, 必要;
    endTime string, 查询时间区间结束时间, 必要;
  2. 查询请求链路, 查询某时间区间内请求经过的所有服务, 返回值为json格式, 三个参数:
    requestID string, 请求ID, 必要;
    startTime string, 查询时间区间开始时间, 必要;
    endTime string, 查询时间区间结束时间, 必要;
  3. 查询某时间区间内运行在主机上的服务, 返回值为json格式, 三个参数:
    hostID string, 主机ID, 必要;
    startTime string, 查询时间区间开始时间, 必要;
    endTime string, 查询时间区间结束时间, 必要;

@aice030 aice030 linked an issue Aug 26, 2025 that may be closed by this pull request
@aice030 aice030 changed the title feat(elasticsearch mcp): ElasticSearch MCP Server,实现日志查询功能,包括三个mcp tool feat(elasticsearch mcp): 实现elasticsearch数据获取功能, 包括三个mcp tool查询不同的数据 Aug 26, 2025
@aice030 aice030 closed this Aug 28, 2025
@aice030 aice030 deleted the elasticsearch branch August 28, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(mcp server): 开发获取elasticsearch数据的mcp服务
1 participant