mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-01 21:04:00 -04:00
issue: Waiting for application startup #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gkjpettet on GitHub (Oct 18, 2025).
Check Existing Issues
mcpo Version
v1.0
Open WebUI Version (if applicable)
v0.6.34
Operating System
macOS Tahoe
Browser (if applicable)
Safari 26.0.1
Confirmation
README.md.Expected Behavior
I have a custom MCP Server written in Xojo (https://github.com/gkjpettet/mcpwikipedia) that functions through stdout. It works perfectly with LM Studio and Claude Desktop. I am expecting it to be proxied by mcpo to an OpenAPI server.
Actual Behavior
mcpo hangs waiting for application startup.
Steps to Reproduce
The mcpo server never spins up and I am not able to access the tool via Open API.
Turning on verbose mode in my tool shows this:
I am certain my app is flushing stdout correctly so I don't understand why mcpo is not starting correctly. As mentioned earlier, this tool works perfectly in LM Studio and Claude Desktop so I know I am implementing the MCP correctly.
Logs & Screenshots
See above.
Additional Information
No response
@taylorwilsdon commented on GitHub (Oct 18, 2025):
I'm not familiar with xojo but it looks like for macOS, it builds a .app that can be ran. Does the above command actually work with Claude? I cloned your repo but there's no build in there, just src. mcpo is just running
stdbuf -o0 /Users/garry/mcpservers/mcpwikipedia/mcpwikipedia --useragent=XojoMCPWikipediaSearch- if you paste that directly into your terminal does the stdio mcp startup?@gkjpettet commented on GitHub (Oct 18, 2025):
Hi,
I've attached a built binary for macOS (Xojo builds the executable and then a resources folder next to).
I'm using the tool in LM Studio with no problems.
Here's how I call it in LM Studio:
mcpwikipedia.zip