Before you submit
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
- Install Open Design v0.12.0 on Windows from the official release package.
- Open the Open Design app.
- Go to Settings / Integrations.
- Click Copy guide for an agent.
- Try to use the copied MCP config or run
od mcp --daemon-url od://app.
- Search the installed app files for
od, od.exe, od.cmd, or od.ps1.
Expected behavior
Either:
- The Windows packaged app should ship/expose an
od command and document how to use it.
or:
- 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)
Additional context
No response
Before you submit
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
odCLI, for example: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
od mcp --daemon-url od://app.od,od.exe,od.cmd, orod.ps1.Expected behavior
Either:
odcommand and document how to use it.or:
odbeing available on PATH.Open Design version
v0.12.0
Platform
Windows
Logs (optional)
Screenshots (optional)
Additional context
No response