Commit 0a4f8f9
fix(server.json): use standard runtimeHint and packageArguments format
Update server.json to follow the official MCP Registry specification:
- Use `runtimeHint: "uvx"` instead of embedding command in transport
- Use `packageArguments` for the stdio positional argument
- Add explicit `registryBaseUrl` for PyPI
This format is more compatible with MCP clients and the registry.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0048450 commit 0a4f8f9
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
0 commit comments