From 8d2044c5b264fba6980acb3085f5bcb7998dcd5a Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:06:25 -0400 Subject: [PATCH] chore: remove mcp-server-box spec Box has deprecated mcp-server-box in favor of their remote MCP server, so there is no reason to continue building it. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- uvx/mcp-server-box/spec.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 uvx/mcp-server-box/spec.yaml diff --git a/uvx/mcp-server-box/spec.yaml b/uvx/mcp-server-box/spec.yaml deleted file mode 100644 index 8fe5f36c..00000000 --- a/uvx/mcp-server-box/spec.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Box MCP Server Configuration -# Community-developed MCP server for Box API integration -# Package: https://pypi.org/project/mcp-server-box/ -# Repository: https://github.com/box-community/mcp-server-box -# Will build as: ghcr.io/stacklok/dockyard/uvx/mcp-server-box:0.1.1 - -metadata: - name: mcp-server-box - description: "MCP server that integrates with the Box API to perform file operations, AI-based querying, metadata management, and document generation" - protocol: uvx # Uses Python with uv package manager - -spec: - package: "mcp-server-box" # PyPI package name - version: "0.1.2" # Latest version from PyPI - -provenance: - repository_uri: "https://github.com/box-community/mcp-server-box" - repository_ref: "refs/heads/main" # Using main branch as the primary development branch - -# Security configuration -security: - # Server requires Box API credentials to start - cannot be scanned in CI - insecure_ignore: true