We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug in my windows 11 23h2,
`C:\net use z: Local name Z: Remote name \davens\Multimedia Resource type Disk Status OK
The command completed successfully.`
claude_decktop_config.json content as below: { "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "Z:\\2024-MyProgramFiles" ] } } }
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "Z:\\2024-MyProgramFiles" ] } } }
if I used Z: drive in the claude_decktop_config.json, z: or Z: . MCP got "Error: Parent directory does not exist: z:"
if I used the UNC path in the claude_decktop_config.json. MCP agent works well.
{ "mcpServers": { "filesystem": { "command": "npx", "args": ["@modelcontextprotocol/server-filesystem", "\\\\davens\\Multimedia\\2024-MyProgramFiles"] } } }
this problem only happen on the mapped network driver. if it is a local driver, it is fin for works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
in my windows 11 23h2,
`C:\net use z:
Local name Z:
Remote name \davens\Multimedia
Resource type Disk
Status OK
Opens 2
Connections 1
The command completed successfully.`
claude_decktop_config.json content as below:
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "Z:\\2024-MyProgramFiles" ] } } }
if I used Z: drive in the claude_decktop_config.json, z: or Z: . MCP got "Error: Parent directory does not exist: z:"
if I used the UNC path in the claude_decktop_config.json. MCP agent works well.
{ "mcpServers": { "filesystem": { "command": "npx", "args": ["@modelcontextprotocol/server-filesystem", "\\\\davens\\Multimedia\\2024-MyProgramFiles"] } } }
this problem only happen on the mapped network driver. if it is a local driver, it is fin for works.
The text was updated successfully, but these errors were encountered: