Commit 96d2415
committed
fix: use --transport stdio for Smithery publish
The URL-based publish is correct for PyPI-distributed stdio servers.
Without --transport flag, Smithery defaults to HTTP and tries to scan
the server via HTTP connection, which fails for stdio servers.1 parent ca12f75 commit 96d2415
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
0 commit comments