Question: would MCP release validation be useful for this server?
Hi, I found this MCP server and wanted to ask a quick question.
I’m building MCP Release, a small release checker for MCP servers. It checks MCP initialization, tool discovery, schemas, and basic tool behavior before release.
You can try it with any public HTTPS MCP endpoint here: https://mcprelease.dev
For local, private, staging, or authenticated MCP servers, it can also run from CLI:
npx -y @mcp-release/cli check
It also works inside GitHub Actions:
- uses: daranium2020/[email protected] with: endpoint: https://your-mcp-server.example.com/mcp
Repo: https://github.com/daranium2020/mcp-release
I’m trying to understand what checks real MCP server maintainers would actually find useful.
Would a release check like this be useful for this project’s workflow? And what MCP-specific checks would be missing for a server like this?
No action required - mainly looking for feedback from MCP server maintainers.
Thank you!
Source: hangwin/mcp-chrome