From ff609446da844bc53cfd1cce9324465b3a457b4b Mon Sep 17 00:00:00 2001 From: Aleksandr Platonenkov Date: Mon, 3 Aug 2026 11:43:10 -0300 Subject: [PATCH] chore(plugin): sync marketplace.json with the plugin manifest version marketplace.json still advertised 0.2.1 while the plugin manifest had moved to 0.2.2 and now 0.2.3. The marketplace entry is what a client reads to decide whether a newer version is available, so a plugin bump that never reaches it is a release users are never offered. --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 129ab77..c6c5629 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Marketplace for the code-index-mcp plugin — local semantic code search over C# codebases, backed by Ollama embeddings.", - "version": "0.2.1" + "version": "0.2.3" }, "plugins": [ { "name": "code-index", "source": "./plugins/code-index", "description": "Local stdio MCP that gives Claude Code semantic search over C# codebases via Roslyn-aware chunking and Ollama embeddings. Requires Ollama running locally with qwen3-embedding:4b pulled, and at least one project configured.", - "version": "0.2.1", + "version": "0.2.3", "author": { "name": "StaticBit", "url": "https://github.com/StaticBit-io"