Anybody using Serena with pi.dev? #1497
-
|
I'm using https://pi.dev/packages/pi-mcp-adapter to run MCP Servers and this is the contents of my .mcp.json I can connect up Serena with pi.dev when I start a session (the Serena web page loads in my browser) and activate the project: But at some point while working in the project, it looks like the Serena process "dies" (Errors in the panels like "Error loading configuration") and the logs don't really have an exception or errors to debug. Is there a "debug" mode I can run Serena in to troubleshoot this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
To answer my own question, I dived into the problem with pi.dev itself. In summary, Serena will time-out and shutdown after ten minutes. To add insult to injury, pi.dev wasn't re-starting Serena when needed. My "fix" is just to start Serena and leave it running. Don't use the debug stanza unless you're interested in watching how and when Serena is doing its thing. |
Beta Was this translation helpful? Give feedback.
To answer my own question, I dived into the problem with pi.dev itself. In summary, Serena will time-out and shutdown after ten minutes. To add insult to injury, pi.dev wasn't re-starting Serena when needed. My "fix" is just to start Serena and leave it running. Don't use the debug stanza unless you're interested in watching how and when Serena is doing its thing.