Commit 20bbd7d
committed
Fix Makefile: use python -m instead of direct CLI calls
- Change 'clima-mcp test' to 'python -m weather_mcp.cli test'
- Change 'clima-mcp run' to 'python -m weather_mcp.cli run'
- Ensures commands work without relying on CLI being in PATH
- Commands now work consistently in virtual environment1 parent 5c2f2fa commit 20bbd7d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments