This is an automated email from the ASF dual-hosted git repository.
zhouzixin pushed a change to branch add-mqe
in repository https://gitbox.apache.org/repos/asf/skywalking-mcp.git
from 993293d add support for MQE
add 8c7dba5 add prompts and resources to enhance LLM integration
No new revisions were added by this update.
Summary of changes:
internal/prompts/prompts.go | 684 ++++++++++++++++++++++++++++++
internal/resources/mqe_ai_prompt.md | 240 +++++++++++
internal/resources/mqe_detailed_syntax.md | 309 ++++++++++++++
internal/resources/mqe_docs.go | 126 ++++++
internal/resources/mqe_examples.json | 136 ++++++
internal/swmcp/server.go | 11 +-
internal/tools/mqe.go | 21 +-
7 files changed, 1525 insertions(+), 2 deletions(-)
create mode 100644 internal/prompts/prompts.go
create mode 100644 internal/resources/mqe_ai_prompt.md
create mode 100644 internal/resources/mqe_detailed_syntax.md
create mode 100644 internal/resources/mqe_docs.go
create mode 100644 internal/resources/mqe_examples.json