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 4576b26 commit 13fa34aCopy full SHA for 13fa34a
unison-cli/src/Unison/Main.hs
@@ -342,7 +342,7 @@ main version = do
342
let ucmVersion = Version.gitDescribeWithDate version
343
credMan <- liftIO $ AuthN.newCredentialManager
344
authenticatedHTTPClient <- initTranscriptAuthenticatedHTTPClient ucmVersion credMan
345
- mcpServerConfig <- MCP.initServer theCodebase runtime sbRuntime currentDir ucmVersion authenticatedHTTPClient
+ mcpServerConfig <- MCP.initServer theCodebase runtime sbRuntime (Just currentDir) ucmVersion authenticatedHTTPClient
346
Server.startServer
347
isTest
348
Backend.BackendEnv {Backend.useNamesIndex = False}
0 commit comments