diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 806ffa9e..e4ce0ee4 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2235,9 +2235,11 @@ "description": "Official Claude plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.", "category": "database", "source": { - "source": "url", + "source": "git-subdir", "url": "https://github.com/mongodb/agent-skills.git", - "sha": "be846b4deb482c22a5fb4d133d6c1e6c4a32eb08" + "path": "plugins/mongodb", + "ref": "main", + "sha": "b4ea8150a020b9babaddc6c271c6dc177c06a83f" }, "homepage": "https://www.mongodb.com/docs/mcp-server/overview/" },