vinvai/vinv
v0.0.5Apache-2.0
Give your agent runtime evidence: semantic code search, dead-code detection, and fault localization over real runs — zero code changes (Python).
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
vinvstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vinv-mcp"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "vinv",
"version": "0.0.5",
"description": "Give your agent runtime evidence: semantic code search, dead-code detection, and fault localization over real runs — zero code changes (Python).",
"author": { "name": "VinvAI", "url": "https://vinv.ai" },
"homepage": "https://vinv.ai",
"repository": "https://github.com/VinvAI/VinvAI",
"license": "Apache-2.0",
"keywords": [
"mcp",
"code-search",
"semantic-search",
"dead-code",
"fault-localization",
"runtime-tracing",
"python",
"debugging"
]
}