Follows the maintainer bot's listing requirement on PR #12649: the badge
goes right after the repo link in all eight READMEs, matching how the
other ~2000 entries in this list are formatted.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Adds rooquiz/rooquiz-mcp to the Marketing section of the English README
and all seven translated READMEs (zh, zh_TW, ja, ko, pt_BR, fa-ir, th),
with the description localized for each.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Stdio MCP for dead code, circular deps, coupling, and architectural
drift. Already listed on Glama and the official MCP Registry.
Co-authored-by: Cursor <cursoragent@cursor.com>
Satisfies the glama-check requested when this PR opened. The badge
could not exist until now: it is generated only for an entry in
Glama's servers collection, and the entry pointed at a client library
with no container to start.
Now listed and claimed at glama.ai/mcp/servers/jeremiahsay/greencalculus-mcp,
graded A on quality and A on licence.
greencalculus-sdk is a client library — Python and JS wrappers for the
REST API. It is not an MCP server, so the entry described the wrong
artifact: nothing in that repo starts, and nothing in it answers an
introspection request.
jeremiahsay/greencalculus-mcp is the actual server. It runs over stdio
via npx or Docker, bridging to the hosted endpoint, and its CI builds the
image and drives tools/list through it on every push.
Also corrects the tool count, which was ten and is now eleven, and moves
the line into alphabetical position — it had been left at G from when the
entry was named "GreenCalculus" rather than owner/repo.
The hosted endpoint moved to OAuth sign-in on 20 August, so the entry now says
how a client authenticates instead of leaving it to the linked docs. Legacy API
keys still work and are named as the headless fallback.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>