Skip to content

Conversation

@dannyroosevelt
Copy link
Collaborator

@dannyroosevelt dannyroosevelt commented Jul 10, 2025

WHY

Summary by CodeRabbit

  • Documentation
    • Added a prominent deprecation warning to the top of the docs-v2 README and introduced a pre-execution warning message when running development scripts in docs-v2, informing users that the project is deprecated and documentation has moved.
    • Updated the modelcontextprotocol README to reflect support for over 2,700 apps and APIs, clarified documentation focus, improved demo site descriptions, and provided updated guidance for app discovery with the MCP server.

@vercel
Copy link

vercel bot commented Jul 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2025 4:59am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
pipedream-docs ⬜️ Ignored (Inspect) Jul 10, 2025 4:59am
pipedream-docs-redirect-do-not-edit ⬜️ Ignored (Inspect) Jul 10, 2025 4:59am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 10, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

A deprecation warning was added to the top of the docs-v2 README and as a predev script in its package.json. The modelcontextprotocol README was updated to reflect support for over 2,700 apps, clarify documentation focus, and refine demo site descriptions. References to unavailable dynamic code were replaced with pointers to relevant documentation.

Changes

File(s) Change Summary
docs-v2/README.md Added a prominent deprecation warning block at the top of the README.
docs-v2/package.json Introduced a "predev" script that displays a deprecation warning before running "dev".
modelcontextprotocol/README.md Updated app/API count, clarified documentation focus, refined demo descriptions, and updated guidance notes.

Poem

🐇
A warning now greets those who tread,
In docs-v2, "deprecated" is boldly said.
Scripts will pause, a message to show,
While MCP’s README lets new numbers grow.
With clarity and care, the docs now gleam—
Hopping forward, chasing the dream!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between aa46637 and 758e4c4.

📒 Files selected for processing (1)
  • docs-v2/package.json (1 hunks)

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (3)
modelcontextprotocol/README.md (2)

3-3: Grammar tweak improves readability
The coordination “and is powered by” doesn’t agree with the singular subject.

-This is a reference implementation of the Pipedream MCP server. You can run **your own MCP server** for [over 2,700 apps and APIs](https://pipedream.com/apps) and is powered by [Pipedream Connect](https://pipedream.com/docs/connect/).
+This is a reference implementation of the Pipedream MCP server. You can run **your own MCP server** for [over 2,700 apps and APIs](https://pipedream.com/apps), powered by [Pipedream Connect](https://pipedream.com/docs/connect/).

5-7: Inconsistent “note” call-out formatting
Line 5 uses [Note], while line 65 switches to [!NOTE], which GitHub Markdown doesn’t render. Pick one style for consistency (prefer the simpler [Note]).

-> [!NOTE] > [Check out the docs](https://pipedream.com/docs/connect/mcp/app-discovery) to learn more about enabling app discovery with the MCP server.
+> [Note]  
+> [Check out the docs](https://pipedream.com/docs/connect/mcp/app-discovery) to learn more about enabling app discovery with the MCP server.

Also applies to: 65-65

docs-v2/README.md (1)

3-8: Provide the actual new docs location
Telling contributors to “contact the team” slows them down. Link directly to the new repo / site if possible.

-> The documentation has been moved to a new location. Please contact the team for the current documentation repository.
+> The documentation has been moved to [pipedream.com/docs](https://pipedream.com/docs). Please use that source for all updates.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f719db6 and aa46637.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • docs-v2/README.md (1 hunks)
  • docs-v2/package.json (1 hunks)
  • modelcontextprotocol/README.md (2 hunks)
🧰 Additional context used
🧠 Learnings (2)
docs-v2/README.md (1)
Learnt from: jcortes
PR: PipedreamHQ/pipedream#14935
File: components/sailpoint/package.json:15-18
Timestamp: 2024-12-12T19:23:09.039Z
Learning: When developing Pipedream components, do not add built-in Node.js modules like `fs` to `package.json` dependencies, as they are native modules provided by the Node.js runtime.
docs-v2/package.json (1)
Learnt from: jcortes
PR: PipedreamHQ/pipedream#14935
File: components/sailpoint/package.json:15-18
Timestamp: 2024-12-12T19:23:09.039Z
Learning: When developing Pipedream components, do not add built-in Node.js modules like `fs` to `package.json` dependencies, as they are native modules provided by the Node.js runtime.
🪛 LanguageTool
docs-v2/README.md

[style] ~6-~6: Consider shortening or rephrasing this to strengthen your wording.
Context: ...rectory is no longer maintained. Do not make changes to files in this directory as they will no...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: pnpm publish
  • GitHub Check: Lint Code Base
🔇 Additional comments (1)
modelcontextprotocol/README.md (1)

13-14: Nice clarification of demo sites
Clear difference between consumer-facing and developer-facing demos helps newcomers.

"description": "Pipedream docs",
"private": true,
"scripts": {
"predev": "echo '\\n⚠️ WARNING: This docs-v2 project is DEPRECATED!\\n⚠️ Do not commit changes to this directory.\\n⚠️ The documentation has moved to a new location.\\n' && sleep 3",
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

echo escape sequences won’t render newlines on many shells
Without -e, the \n literals are printed verbatim, and Windows’ cmd lacks sleep.

-    "predev": "echo '\\n⚠️  WARNING: This docs-v2 project is DEPRECATED!\\n⚠️  Do not commit changes to this directory.\\n⚠️  The documentation has moved to a new location.\\n' && sleep 3",
+    "predev": "printf '\\n⚠️  WARNING: This docs-v2 project is DEPRECATED!\\n⚠️  Do not commit changes to this directory.\\n⚠️  The documentation has moved to a new location.\\n\\n' ; node -e \"setTimeout(()=>{},3000)\"",

This keeps the warning cross-platform and avoids relying on *nix-only utilities.

Committable suggestion skipped: line range outside the PR's diff.

🤖 Prompt for AI Agents
In docs-v2/package.json at line 7, the predev script uses echo with \n escape
sequences which do not render newlines on many shells and uses sleep which is
not available on Windows cmd. Replace the echo command with multiple echo
statements or a cross-platform method to print newlines properly, and remove or
replace sleep with a cross-platform alternative to ensure the warning message
displays correctly on all platforms.

@dannyroosevelt dannyroosevelt merged commit e14fc8a into master Jul 10, 2025
3 of 4 checks passed
@dannyroosevelt dannyroosevelt deleted the updating-docs-and-mcp-readmes branch July 10, 2025 04:56
@dannyroosevelt dannyroosevelt restored the updating-docs-and-mcp-readmes branch July 10, 2025 19:30
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.

2 participants