Skip to content

[Bug]: Windows v0.12.0 packaged app: od command is missing, so MCP server cannot be started from the copied guide #4852

Description

@luxi78

Before you submit

  • I searched existing issues and confirmed this is not a duplicate.
  • I replaced the example text with the real behavior, reproduction steps, expected result, and version from the app's About menu or od --version.

What happened?

I installed Open Design v0.12.0 on Windows from the official release package.

In the app, Settings / Integrations says Open Design can be used as an MCP server. After clicking Copy guide for an agent, the copied guide tells users to start/use the MCP server through the od CLI, for example:

od doctor
od status --json
od skills list --json
od mcp --daemon-url od://app

It also gives a generic MCP config like:

{
  "mcpServers": {
    "open-design": {
      "command": "od",
      "args": ["mcp", "--daemon-url", "od://app"]
    }
  }
}

However, in the Windows packaged app, I cannot find any od, od.exe, od.cmd, od.ps1, or similar CLI entry in the installed files. It is also not available from PowerShell or cmd.

So the MCP server cannot be started by following the copied guide.

Steps to reproduce

  1. Install Open Design v0.12.0 on Windows from the official release package.
  2. Open the Open Design app.
  3. Go to Settings / Integrations.
  4. Click Copy guide for an agent.
  5. Try to use the copied MCP config or run od mcp --daemon-url od://app.
  6. Search the installed app files for od, od.exe, od.cmd, or od.ps1.

Expected behavior

Either:

  1. The Windows packaged app should ship/expose an od command and document how to use it.

or:

  1. The copied guide should provide a packaged-app compatible MCP command that does not depend on od being available on PATH.

Open Design version

v0.12.0

Platform

Windows

Logs (optional)

Screenshots (optional)

Image

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions