chore(glama): declare maintainer so the catalog entry can be claimed - #73
Merged
Conversation
glama.ai lists the MCP server but shows a Claim button, so the entry is unowned: catalog metadata cannot be corrected and build notifications have no verified recipient. Their schema requires exactly one field, a list of GitHub usernames permitted to maintain the server. Sits alongside the manifests the other catalogs already read -- smithery.yaml for Smithery, cli/server.json for the MCP Registry.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request adds ChangesGlama MCP metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized catalog metadata change that declares a maintainer for the Glama listing; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
glama.ai lists our MCP server, but the page still shows a Claim button — the entry is unowned. That means catalog metadata cannot be corrected and build-failure notifications have no verified recipient.
Their schema (
https://glama.ai/mcp/schemas/server.json, draft-07) requires exactly one field:maintainers, a list of GitHub usernames permitted to maintain the server.This sits alongside the manifests other catalogs already read —
smithery.yamlfor Smithery,cli/server.jsonfor the MCP Registry.Why now
Glama sent a build-failure notice. Everything reproducible on our side is healthy:
docker build .from the repo root succeeds;django-orm-lens 1.12.0installs from PyPI.initializehandshake over stdio, protocol2024-11-05.ghcr.io/frowningdev/django-orm-lens:latestbehaves identically.So this PR claims the listing; it is not itself the build fix. The build log lives behind the Glama account and is needed before anything else can be diagnosed.
Summary by CodeRabbit