Release Notes Coverage Checker
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Release Notes Coverage CheckerCheck if my release notes cover the new feature and bug fix changes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Release Notes Coverage Checker
Check whether release notes cover the feature changes, fixes, and known issues provided by the user.
This build is a single read-only Cloudflare Workers + TypeScript app. It has review shell pages, no login, no OAuth, no database, no external API calls, no GitHub access from tools, no telemetry, and no external side effects.
Identity
App Name: Release Notes Coverage Checker
App Slug: release-notes-coverage-checker
Worker name: release-notes-coverage-checker
Version: 0.1.0
Support: sidcraigau@gmail.com
Related MCP server: jan-mcp
Routes
GET /: Home page.GET /privacy: Privacy page.GET /terms: Terms page.GET /support: Support page.GET /health: stable JSON health response.GET /.well-known/openai-apps-challenge: plain-text challenge value fromOPENAI_APPS_CHALLENGE.POST /mcp: JSON-RPC 2.0 MCP endpoint.
MCP Methods
initializetools/listtools/call
tools/list returns exactly:
extract_release_itemscheck_release_notes_coverage
Local Commands
npm install
npm run dev
npm run typecheck
npm test
npm run test:mcp:local
npm run test:pages:localnpm run test:mcp:local starts a local Worker on 127.0.0.1:8787, checks /, /health, /mcp, both tools, validation errors, unknown tool, unknown method, malformed JSON, structuredContent, and output shape.
npm run test:pages:local starts a local Worker and checks the four review shell pages, navigation, support email, home copy, and the challenge route with the safe test value.
For production regression after deployment:
npm run test:mcp:production -- https://your-worker-urlThis server cannot be deployed
Maintenance
Related MCP Connectors
Summarize repository changes for a release
- ShipstarOAuthai.shipstar
Generate changelogs, release emails, help-center articles, banners, and social posts from commits.
Turn a raw dev log (commit subjects, PR titles) into customer-facing release notes Markdown.
1Fact-checks generated content against your sources of truth showing what to trust, change, & verify.
Related MCP Servers
- FlicenseBqualityDmaintenanceGenerates comprehensive and formatted release notes from GitHub repositories, efficiently organizing commits by type and including detailed statistics using smart API usage.33-
- AlicenseNot gradedqualityDmaintenanceConverts raw GitHub notes into polished Polish release notes, PR descriptions, and changelogs using predefined workflows.MIT
- AlicenseNot gradedqualityAmaintenanceA registry of product release notes from across the web, normalized, summarized, and queryable via MCP. Enables agents and developers to search and retrieve the latest releases from hundreds of vendors.406Apache 2.0
- FlicenseAqualityAmaintenanceCombines GitHub releases from multiple repositories into a single product release note, with context sources for LLM synthesis.7-