Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-weaselCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"weasel": {
"command": "weasel",
"args": [
"mcp",
"serve"
]
}
}
}Server configuration and connection parameters
weaselCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.