remove need for uuids

This commit is contained in:
Tommy D. Rossi
2025-11-13 21:16:25 +01:00
parent 8e98c68de4
commit 46be331120
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
import { RelayConnection, debugLog } from './relayConnection';
// Relay URL - fixed port for MCP bridge
const RELAY_URL = 'ws://localhost:9988/extension/550e8400-e29b-41d4-a716-446655440000';
const RELAY_URL = 'ws://localhost:9988/extension';
class SimplifiedExtension {
private _connection: RelayConnection | undefined;