Skip to content

Fix Windows path in Linux MCP config #22

@ekhineiri

Description

@ekhineiri

Problem

On Linux, the MCP configuration can still contain a Windows-style path for the Langfuse server entry:

"c:\users\iri\Documents/Uni4/GAISE/mcp-server-langfuse/build/index.js"

This breaks server startup because the path is not valid on Linux.

Expected behavior

Use a Linux path in the MCP config, for example:

"/home/iri/Documents/Uni4/GAISE/mcp-server-langfuse/build/index.js"

Suggested fix

  • Normalize platform-specific paths in setup docs/scripts.
  • Add a short validation step for MCP server paths on startup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions