refactor: display complete MCP server URL in status message
This commit is contained in:
@@ -26,7 +26,7 @@ export class MCPServerSettingTab extends PluginSettingTab {
|
|||||||
|
|
||||||
statusEl.createEl('p', {
|
statusEl.createEl('p', {
|
||||||
text: isRunning
|
text: isRunning
|
||||||
? `✅ Running on port ${this.plugin.settings.port}`
|
? `✅ Running on http://127.0.0.1:${this.plugin.settings.port}/mcp`
|
||||||
: '⭕ Stopped'
|
: '⭕ Stopped'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user