Question: would MCP release validation be useful for this server? #1102
daranium2020
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:
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!
Beta Was this translation helpful? Give feedback.
All reactions