diff --git a/go/netbird/spec.yaml b/go/netbird/spec.yaml deleted file mode 100644 index 493a0d55..00000000 --- a/go/netbird/spec.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Netbird MCP Server Configuration -# MCP server for interacting with Netbird networking -# Go module: go install github.com/aantti/mcp-netbird/cmd/mcp-netbird@latest -# Repository: https://github.com/aantti/mcp-netbird -# Will build as: ghcr.io/stacklok/dockyard/go/netbird - -metadata: - name: netbird - description: "MCP Server for Netbird" - protocol: go - -spec: - package: "github.com/aantti/mcp-netbird/cmd/mcp-netbird" - version: "latest" - -provenance: - repository_uri: "https://github.com/aantti/mcp-netbird?tab=readme-ov-file" - repository_ref: "refs/heads/main" - -# Security configuration -security: - # Server requires Netbird management API token to start - cannot be scanned in CI - insecure_ignore: true