Skip to content

Commit a5f6e1f

Browse files
committed
changed server name
1 parent 61ebbab commit a5f6e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Explorer/Assets/DCL/McpServer/Core/McpHttpServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void Dispose()
4747
public bool TryStart()
4848
{
4949
var newListener = new HttpListener();
50-
newListener.Prefixes.Add($"http://127.0.0.1:{port}/mcp/");
50+
newListener.Prefixes.Add($"http://127.0.0.1:{port}/unity-explorer-mcp/");
5151

5252
try { newListener.Start(); }
5353
catch (Exception e) when (e is HttpListenerException or InvalidOperationException)

0 commit comments

Comments
 (0)