Odel
FixThis

FixThis

Local
@beyondwin5KotlinMITUpdated 1mo ago

Local-first MCP handoff for Jetpack Compose UI feedback and source candidates.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@beyondwin/fixthisv1.5.0

Run

npx -y @beyondwin/fixthis

MCP client config

{
  "mcpServers": {
    "fixthis": {
      "command": "npx",
      "args": [
        "-y",
        "@beyondwin/fixthis"
      ]
    }
  }
}