Skip to content

Fix registry metadata ahead of MCP Registry publish [sc-146582] - #3

Merged
ssathy2 merged 1 commit into
mainfrom
siddharthsathyam7349/sc-146582
Aug 5, 2026
Merged

ssathy2 merged 1 commit into
mainfrom
siddharthsathyam7349/sc-146582

Conversation

@ssathy2

@ssathy2 ssathy2 commented Aug 4, 2026 •

Copy link
Copy Markdown
Collaborator

What

Prepares server.json for publishing to the official MCP Registry (sc-146582):

  • Description rewritten to fit the schema. The registry's server schema caps description at 100 characters; ours was ~200 and would have failed mcp-publisher publish. The new copy also states explicitly that any MCP-compatible agent can connect (a story acceptance criterion).
  • websiteUrl fixed. It pointed at https://ifttt.com/docs/mcp, which returns 404. Now points at the live https://ifttt.com/mcp product page. The same dead link is fixed in llms.txt and both READMEs.

Validation

  • mcp-publisher validate → ✅ server.json is valid
  • node scripts/validate.mjs → passed

Notes

Publishing itself is a separate step: it needs a one-time DNS TXT record on ifttt.com to verify the com.ifttt namespace, then mcp-publisher login dns + mcp-publisher publish. Details on the story.

Summary by CodeRabbit

  • Documentation
    • Updated links to direct readers to the IFTTT MCP product page.
    • Refreshed the MCP server description to highlight automation across 1,000+ services.
    • Updated the server website URL.

- server.json description was over the registry schema's 100-char limit;
  rewrite it to state any MCP-compatible agent can connect
- websiteUrl pointed at https://ifttt.com/docs/mcp, which 404s; use the
  live https://ifttt.com/mcp product page instead, and align the same
  link in llms.txt and both READMEs

Validated with mcp-publisher validate and scripts/validate.mjs.
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: IFTTT/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 26ae5ef9-0416-4dbe-b417-34f46a6ab252

📥 Commits

Reviewing files that changed from the base of the PR and between da5301c and f9194d2.

📒 Files selected for processing (4)
  • README.md
  • llms.txt
  • plugins/ifttt/README.md
  • server.json

📝 Walkthrough

Walkthrough

The change updates IFTTT MCP links to the hosted product page. It also updates the server description to mention automation across 1,000+ services, Applet creation, actions, and queries.

Changes

MCP product links

Layer / File(s) Summary
Update MCP product references
server.json, README.md, llms.txt, plugins/ifttt/README.md
Documentation links now point to https://ifttt.com/mcp. The server description now includes automation across 1,000+ services, Applet creation, actions, and queries.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: correcting registry metadata before MCP Registry publication.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch siddharthsathyam7349/sc-146582

Comment @coderabbitai help to get the list of available commands.

@ssathy2
ssathy2 merged commit 05f3c5c into main Aug 5, 2026
2 checks passed
@ssathy2
ssathy2 deleted the siddharthsathyam7349/sc-146582 branch August 5, 2026 00:55
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