mcp-video v1.3.5
mcp-video 1.3.5
Registry/discovery launch fix for stale Glama and MCP Registry surfaces.
Fixed
- Removed stale personal namespace URLs from public discovery surfaces: static page metadata, sitemap, robots, helper-script examples, and download user-agent.
- Added explicit
websiteUrlandruntimeHint: uvxtoserver.jsonwhile preserving PyPI stdio transport. - Added a subprocess MCP stdio launch regression that initializes the server and verifies all 87 tools are visible to registry-style clients.
- Added public-discovery guardrails to prevent old personal namespace URLs from returning.
Release pipeline
- Validates
server.jsonagainst the official MCP Registry schema before build/publish. - Publishes MCP Registry metadata with
mcp-publisherafter PyPI trusted publishing succeeds.
Verification
- PR #246 hosted checks passed.
- Local full suite:
1061 passed, 8 skipped. - Local full lint, build, artifact-content check,
twine check, schema validation, andmcp-publisher validatepassed.