Can’t read logs or find running session after execute_command – am I using it wrong? #165
Unanswered
substitute525
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve run into an issue while using execute_command to start a frontend project (e.g., a Vite or React dev server). The command runs successfully — I can access the frontend in the browser — but after that:
Calling read_output returns nothing
list_sessions does not show any active or running session,
I’m wondering: Am I misunderstanding how execute_command is supposed to be used?
Here’s my setup:

OS: windows10
MCP version:v0.2.3
Example of the command I ran: npm start
Any guidance or reference examples would be really helpful. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions