Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down