Changelog for 0.45.6 version

e.g my mcp server runs with uv command. when i use just uv the tools disappear from the mcp server config screen after 10sec. when i used full path to uv in command /home/sss/.local/bin/uv --directory it works. i see in logs
[MCPService] Available tools: (105) ['get_credential_types'

when i try to use it in cursor, it comes up with

You're right - the tools are indeed available in my function list. Let me try again to check the credential types. ```
 
*when i look in logs*
 
workbench.desktop.main.js:1412 [MCPService] No server found with tool get_credential_types
console.error @ workbench.desktop.main.js:1412
callTool @ workbench.desktop.main.js:1015
await in callTool

Ok i see the issue. MCP works but looks like its jailed to the current working directory. As it was my own locally developed tool , the files to start mcp server were in a different directory from where i wanted to use it. so in logs, i got Error checking file existence: Error: Unable to resolve filesystem provider with relative file path , when i changed to directory where mcp server was ,


. so cursor, might want to allow mcp servers to run outside of the pwd especially if the user uses command