diff --git a/content/events/release-apache-skywalking-mcp-0-1-0/index.md b/content/events/release-apache-skywalking-mcp-0-1-0/index.md new file mode 100644 index 000000000000..a1a75d5ab2cc --- /dev/null +++ b/content/events/release-apache-skywalking-mcp-0-1-0/index.md @@ -0,0 +1,20 @@ +--- +title: "Release Apache SkyWalking MCP 0.1.0" +date: 2026-03-26 +author: SkyWalking Team +description: "Release Apache SkyWalking MCP 0.1.0" +--- + +SkyWalking MCP 0.1.0 is released. Go to [downloads](/downloads) page to find release tars. + +## What's Changed + +* Initial release of the `swmcp` binary (SkyWalking MCP server). +* Support for three MCP transport modes: `stdio`, `sse`, and `streamable`. +* Integration with Apache SkyWalking OAP via GraphQL, including: + * Traces, logs, metrics, topology, alarms, and events query tools. + * MQE (Metrics Query Extension) tools using the OAP `/graphql` endpoint. +* Prompt support for trace and log analysis and utility workflows. +* Embedded documentation and dynamic metrics resources for MQE. +* Makefile targets for build, lint, license checks, and Docker image creation. +* Docker image is available at [apache/skywalking-mcp](https://hub.docker.com/r/apache/skywalking-mcp). diff --git a/data/releases.yml b/data/releases.yml index cf16d3bda824..5274bab8381a 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -636,6 +636,29 @@ link: https://downloads.apache.org/skywalking/cli/0.14.0/skywalking-cli-0.14.0-bin.tgz.asc - name: sha512 link: https://downloads.apache.org/skywalking/cli/0.14.0/skywalking-cli-0.14.0-bin.tgz.sha512 + - name: SkyWalking MCP + icon: skywalking + description: Apache SkyWalking MCP Server provides MCP access to SkyWalking observability data. + source: + - version: v0.1.0 + date: Mar. 26th, 2026 + downloadLink: + - name: src + link: https://www.apache.org/dyn/closer.cgi/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-src.tgz + - name: asc + link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-src.tgz.asc + - name: sha512 + link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-src.tgz.sha512 + distribution: + - version: v0.1.0 + date: Mar. 26th, 2026 + downloadLink: + - name: tar + link: https://www.apache.org/dyn/closer.cgi/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-bin.tgz + - name: asc + link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-bin.tgz.asc + - name: sha512 + link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-bin.tgz.sha512 - name: Kubernetes Helm icon: helm description: SkyWalking Kubernetes Helm repository provides ways to install and configure SkyWalking in a Kubernetes cluster. The scripts are written in Helm 3.