From ce9925473fe7d0d347785befe506496bd5173610 Mon Sep 17 00:00:00 2001 From: Jim Clark Date: Fri, 4 Jul 2025 12:03:08 -0700 Subject: [PATCH 1/2] remove the RepositoryDispatchEvent (building every six hours) --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e0a6579..b37f2c0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -212,10 +212,3 @@ jobs: --title "Release $VERSION" \ --notes-file RELEASE_NOTES.md - - name: Docker MCP images - uses: peter-evans/repository-dispatch@v3 - with: - token: ${{ secrets.DOCKER_TOKEN }} - repository: docker/labs-ai-tools-for-devs - event-type: build-mcp-images - client-payload: '{"ref": "${{ needs.create-metadata.outputs.version }}"}' From e85cae52362712660ff5e710e6e7ecf39f0fc17d Mon Sep 17 00:00:00 2001 From: yoichi ojima Date: Sun, 6 Jul 2025 22:57:18 +0900 Subject: [PATCH 2/2] Fix VideoDB Director icon consistency in README - Standardize image tag format to match other entries - Change height from 14 to 12 pixels for consistency - Add missing width attribute - Fix attribute order and add closing slash This should resolve the oversized icon display issue on GitHub mobile app. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f816c72b..7ffbcb3e 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ Official integrations are maintained by companies building production ready MCP - Verodat Logo **[Verodat](https://github.com/Verodat/verodat-mcp-server)** - Interact with Verodat AI Ready Data platform - VeyraX Logo **[VeyraX](https://github.com/VeyraX/veyrax-mcp)** - Single tool to control all 100+ API integrations, and UI components - VictoriaMetrics Logo **[VictoriaMetrics](https://github.com/VictoriaMetrics-Community/mcp-victoriametrics)** - Comprehensive integration with [VictoriaMetrics APIs](https://docs.victoriametrics.com/victoriametrics/url-examples/) and [documentation](https://docs.victoriametrics.com/) for monitoring, observability, and debugging tasks related to your VictoriaMetrics instances. -- VideoDB Director **[VideoDB Director](https://github.com/video-db/agent-toolkit/tree/main/modelcontextprotocol)** - Create AI-powered video workflows including automatic editing, content moderation, voice cloning, highlight generation, and searchable video moments—all accessible via simple APIs and intuitive chat-based interfaces. +- VideoDB Director **[VideoDB Director](https://github.com/video-db/agent-toolkit/tree/main/modelcontextprotocol)** - Create AI-powered video workflows including automatic editing, content moderation, voice cloning, highlight generation, and searchable video moments—all accessible via simple APIs and intuitive chat-based interfaces. - LandingAI VisionAgent **[VisionAgent MCP](https://github.com/landing-ai/vision-agent-mcp)** - A simple MCP server that enables your LLM to better reason over images, video and documents. - Vizro Logo **[Vizro](https://github.com/mckinsey/vizro/tree/main/vizro-mcp)** - Tools and templates to create validated and maintainable data charts and dashboards - WaveSpeed Logo **[WaveSpeed](https://github.com/WaveSpeedAI/mcp-server)** - WaveSpeed MCP server providing AI agents with image and video generation capabilities.