From weasel
Local MCP server invoked via 'weasel mcp serve' command, running as a subprocess. Capabilities such as tools, resources, or prompts unclear from configuration data.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin slvdev-weaselAdd to your .mcp.json:
{
"mcpServers": {
"weasel": {
"command": "weasel",
"args": [
"mcp",
"serve"
]
}
}
}weasel