Strips empty-string values from non-required MCP tool-call arguments before the call reaches the server. Fixes LLM function-calling quirks where models emit every optional key with an empty default.
{
"mcpServers": {
"opencode-strip-empty-params-plugin": {
"command": "npx",
"args": [
"-y",
"opencode-strip-empty-params-plugin"
]
}
}
}