Skip to content

Prepare MCP registry and Glama metadata - #6

Merged
kopachlager merged 3 commits into
mainfrom
chore-add-mcp-registry-metadata
Jul 28, 2026
Merged

Prepare MCP registry and Glama metadata#6
kopachlager merged 3 commits into
mainfrom
chore-add-mcp-registry-metadata

Conversation

@kopachlager

Copy link
Copy Markdown
Owner

Summary\n- Add MCP registry server metadata.\n- Add Glama ownership metadata and Docker build support for directory indexing.\n- Add release tests so the metadata stays aligned with package/server identifiers.\n\nValidation\n- npm test\n- npm run check\n- npm run pack:check\n- docker build -t prerenderbuddy-mcp:glama-check .

@kopachlager
kopachlager merged commit 3d8cf11 into main Jul 28, 2026
3 checks passed
@kopachlager
kopachlager deleted the chore-add-mcp-registry-metadata branch July 28, 2026 15:12

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b0dae9fc04

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread test/release.test.js
Comment on lines +70 to +71
assert.equal(serverJson.name, packageJson.mcpName);
assert.equal(serverJson.packages[0].identifier, packageJson.name);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep both registry versions synchronized

When the next release bumps package.json and the lockfile, every current release check can still pass while both serverJson.version and serverJson.packages[0].version remain at 0.1.3, causing the MCP registry metadata to advertise an obsolete package version. Assert both fields equal packageJson.version so the publish workflow rejects an incomplete version bump.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant