chore: add glama.json for Glama MCP directory (#632)#1869
Merged
Conversation
Add root glama.json (official maintainers schema) and document the manual Glama directory submission flow. Live listing still requires a signed-in web submit; there is no unauthenticated API. Ref #632 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Ref #632 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
3 tasks
SebTardif
added a commit
that referenced
this pull request
Jul 19, 2026
## Summary Hardens the MCPB / Smithery pack path after #1867–#1869: - `scripts/pack-mcpb.sh` honors `$VERSION` over Cargo.toml (CI no longer rewrites Cargo.toml on disk) - `PACK_MCPB_PRINT_VERSION_ONLY=1` for unit tests without a full pack - Workflow pins `@anthropic-ai/mcpb@2.1.2` and passes `VERSION` into pack - `make pack-mcpb-test` + `scripts/test_pack_mcpb.py` (manifest/package.json/npx args stamp; skips full pack if `mcpb` missing) - Docs: AGENTS, REPO-SETUP, mcp-setup ## Test plan - [x] `make pack-mcpb-test` (3 tests ok with mcpb present) - [x] `VERSION=0.0.0-manual bash scripts/pack-mcpb.sh` stamps package.json - [x] Empty `VERSION=` falls back to Cargo.toml version Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
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.
Summary
glama.jsonwith official Glama schema (maintainers: ["SebTardif"]) so Glama can attribute ownership once the server is indexed.docs/getting-started/mcp-setup.md, and cross-link fromREADME.mdandREPO-SETUP.md.Glama submission status
Not live yet. Verified against Glama as of this PR:
GET /api/mcp/v1/servers?query=patchloomreturns zero servers.POST /api/mcp/servers/submitredirects unauthenticated clients to/sign-up.name,githubRepositoryUrl(https://github.com/...),description(10–400 chars).glama.jsonalone does not auto-list the repo; it controls indexing metadata after submit.Manual steps remaining (account required)
https://github.com/patchloom/patchloompatchloomAI agent file editing via MCP: JSON/YAML/TOML, AST renames, markdown, batch.After the listing is live, re-verify with:
curl -sL 'https://glama.ai/api/mcp/v1/servers?query=patchloom'Then close #632 with the listing URL (do not claim live without that check).
Issue
Ref #632
Test plan
glama.jsonmatches https://glama.ai/mcp/schemas/server.json (requiredmaintainers)