fix: Correct Claude Desktop config path for Linux (#31)#49
Open
vanmarkic wants to merge 3 commits intojacksteamdev:mainfrom
Open
Conversation
The plugin was writing to the wrong configuration file path on Linux systems, causing Claude Desktop to not recognize the MCP server installation. Changed Linux config path from: ~/.config/claude/config.json To the correct path: ~/.config/Claude/claude_desktop_config.json This fixes: - Case-sensitive directory name (claude -> Claude) - Correct configuration filename (config.json -> claude_desktop_config.json) This change aligns the Linux configuration path with the expected Claude Desktop configuration location, resolving silent installation failures on Arch Linux, Ubuntu, and Fedora systems. Note: The path duplication issue also reported in this issue is addressed separately in PR jacksteamdev#36. Fixes jacksteamdev#31
…amdev#31) - Test macOS Claude config path uses Library/Application Support - Test Windows Claude config path uses APPDATA - Test Linux Claude config path uses .config/Claude with capital C - Test all platforms use claude_desktop_config.json filename - Test log path conventions for each platform - Test binary naming conventions (.exe for Windows, no extension for Unix) - Verify platform-specific path separators (/ vs \) - Test XDG Base Directory compliance for Linux - Test Apple directory conventions for macOS - Test Windows directory conventions
- Replicate CLAUDE_CONFIG_PATH, LOG_PATH, and BINARY_NAME in test file - Avoids importing from index.ts which triggers macro execution - Prevents GITHUB_DOWNLOAD_URL environment variable requirement in tests
✅ Deploy Preview for superb-starlight-b5acb5 canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
.config/Claude/to.config/claude-desktop/Related Issue
Fixes bug #31
🤖 Generated with Claude Code