Skip to content

[BUG] Download Path contains duplicate /home/<user> #36

@bannert1337

Description

@bannert1337

Bug Description

Clear, concise description of the bug

Download Path is incorrect and contains /home/<user> twice.

Environment

  • OS: CachyOS
  • Obsidian version: (e.g., 1.7.7) 1.9.12
  • Claude Desktop version: N/A
  • Plugin version: 0.2.27
  • Required plugins status:
    • Local REST API installed and configured
    • Smart Connections installed (if using semantic search)
    • Templater installed (if using templates)

Steps to Reproduce

  1. Install MCP Tools plugin
  2. Click on Install button in MCP Tools settings

Expected Behavior

MCP Server should be downloaded and installed.

Actual Behavior

Download reaches 100%, but Install button is still shown.

Additional Context

There appears to be a bug in the construction of the Obsidian mcp-tools path.
The MCP server binary gets downloaded to /home/<user>/home/<user>/<vault_name>/.obsidian/plugins/mcp-tools/bin.
It should instead be downloaded to /home/<user>/<vault_name>/.obsidian/plugins/mcp-tools/bin.
After manually moving the bin folder to the correct path the MCP server binary is detected.

Might be related to #31

Troubleshooting Attempted

  • Restarted Obsidian
  • Restarted Claude Desktop
  • Reinstalled the MCP server via plugin settings
  • Checked Local REST API is running
  • Other:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions