Skip to content
Discussion options

You must be logged in to vote

Okay, I figured out that it has something to do with the path in the environment variable
✅ Working (folder without spaces)
UTCP_CONFIG_FILE=/Users/dannykorpan/.utcp_config.json

❌ Not working
UTCP_CONFIG_FILE="/Users/dannykorpan/syncthing/Meine Bibliothek/Code-Mode-MCP/.utcp_config.json"
or
UTCP_CONFIG_FILE='/Users/dannykorpan/syncthing/Meine Bibliothek/Code-Mode-MCP/.utcp_config.json'

❌ Also not working if I escape special characters
UTCP_CONFIG_FILE=/Users/dannykorpan/syncthing/Meine\ Bibliothek/Code-Mode-MCP/.utcp_config.json
or
UTCP_CONFIG_FILE="/Users/dannykorpan/syncthing/Meine\ Bibliothek/Code-Mode-MCP/.utcp_config.json"
or
UTCP_CONFIG_FILE='/Users/dannykorpan/syncthing/Meine\ Bibl…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dannykorpan
Comment options

@dannykorpan
Comment options

Answer selected by DeJeune
@DeJeune
Comment options

@dannykorpan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants