This website requires JavaScript.
Explore
Help
Sign In
gmgauthier
/
llm-tools
Watch
1
Star
0
Fork
0
You've already forked llm-tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
08a73a136d
llm-tools
/
mcps
/
open_meteo_mcp
/
run_open_meteo_mcp_server.sh
5 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
first commit
2026-04-08 11:11:04 +00:00
#!/usr/bin/env zsh
#
refactor(paths): use relative paths in configs and launch scripts - 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.
2026-04-17 13:25:42 +00:00
cd
"
$(
dirname
"
$0
"
)
"
first commit
2026-04-08 11:11:04 +00:00
poetry run open-meteo-mcp-stdio
Reference in New Issue
Copy Permalink