autokill port + prompts

This commit is contained in:
Aaron Elijah Mars
2025-07-15 17:33:03 +02:00
parent f57010971a
commit aa78576ad7
5 changed files with 771 additions and 29 deletions

View File

@@ -257,7 +257,7 @@
<span class="tooltip-content">
Start server with: npx opendia
Auto-discovery will find the correct ports.
If issues persist, try: npx opendia --kill-existing
Existing processes are automatically terminated on startup
</span>
</span>
</div>

View File

@@ -84,7 +84,7 @@ function updateStatus(connected) {
} else {
statusIndicator.className = "status-indicator disconnected";
statusText.innerHTML = `Disconnected from MCP server
<span class="tooltip-content">Start server with: npx opendia. Auto-discovery will find the correct ports. If issues persist, try: npx opendia --kill-existing</span>`;
<span class="tooltip-content">Start server with: npx opendia. Auto-discovery will find the correct ports. Existing processes are automatically terminated on startup</span>`;
}
}