We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ebbab commit a5f6e1fCopy full SHA for a5f6e1f
1 file changed
Explorer/Assets/DCL/McpServer/Core/McpHttpServer.cs
@@ -47,7 +47,7 @@ public void Dispose()
47
public bool TryStart()
48
{
49
var newListener = new HttpListener();
50
- newListener.Prefixes.Add($"http://127.0.0.1:{port}/mcp/");
+ newListener.Prefixes.Add($"http://127.0.0.1:{port}/unity-explorer-mcp/");
51
52
try { newListener.Start(); }
53
catch (Exception e) when (e is HttpListenerException or InvalidOperationException)
0 commit comments