Releases: apache/skywalking-mcp
Releases · apache/skywalking-mcp
0.2.0
- TLS certificate verification is now enforced for OAP connections. Added
--sw-insecureflag to opt out (development/self-signed certs only). - Sensitive fields (
authorization,password,token,secret) are redacted in--log-commandoutput. - Environment variable references (
${VAR}) in--sw-username/--sw-passwordnow log a warning when the variable is not set, preventing silent unauthenticated requests. - URL scheme validation rejects non-http/https OAP URLs.
- Regex patterns supplied to
list_mqe_metricsare validated for complexity before compilation. - Added
--allowed-originsflag tosseandstreamabletransports for CORS origin enforcement. When unset (default), anyOriginis reflected back so all browser origins work out of the box. When set, only listed origins receive CORS headers; all others get403 Forbidden. Use*as an entry to send the wildcard header explicitly. - Increase reliability of core CLI commands through expanded automated test coverage.
- Remove an unused CLI tool and its associated parameter to simplify the interface and avoid confusion.
- Add validation for tool configuration properties, returning clear errors when required values are missing or invalid.
0.1.0
- Initial release of the
swmcpbinary (SkyWalking MCP server). - Support for three MCP transport modes:
stdio,sse, andstreamable. - 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
/graphqlendpoint.
- 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.
0.1.0-rc0
- Initial release of the
swmcpbinary (SkyWalking MCP server). - Support for three MCP transport modes:
stdio,sse, andstreamable. - 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
/graphqlendpoint.
- 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.