- Update README.md to reflect relative path usage. - Change MCP server commands in claude_desktop_config.json to relative paths. - Modify launch scripts to use `cd "$(dirname "$0")"` and relative paths, removing OS-specific absolute prefixes.
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
#
|
|
cd "$(dirname "$0")"
|
|
poetry run open-meteo-mcp-stdio
|