Commit a3b5d3f
committed
chore(release): bump to v0.1.6 — MCP Registry hotfix release
v0.1.5 published successfully to PyPI but the publish-mcp-registry job
failed at validation: MCP Registry's schema enforces body.description ≤
100 chars and the v0.1.5 server.json had a 152-char description.
PR #30 already shortened server.json's description to 96 chars on main
and pre-validated it with mcp-publisher locally against the real
registry endpoint. v0.1.6 ships the same wheel content as v0.1.5 plus
that corrected server.json so MCP Registry catches up.
Lockstep version bump:
- pyproject.toml line 7: 0.1.5 -> 0.1.6
- server.json line 11: 0.1.5 -> 0.1.6
- server.json line 17 (packages[0].version): 0.1.5 -> 0.1.6
Verified locally:
- uv build produces 0.1.6 wheel + sdist
- python-docs-mcp-server --version reports 0.1.6 from clean venv
- mcp-publisher validate server.json -> valid1 parent 1a74ad7 commit a3b5d3f
4 files changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments