Skip to content

Conversation

@JakeSCahill
Copy link
Contributor

The MCP server was failing with 'Prompts directory not found' because the mcp/ directory wasn't being published to npm. Added mcp to the files array in package.json to ensure prompts and resources are included in published packages.

The MCP server was failing with 'Prompts directory not found' because
  the mcp/ directory wasn't being published to npm. Added mcp to the
  files array in package.json to ensure prompts and resources are
  included in published packages.
@netlify
Copy link

netlify bot commented Dec 17, 2025

Deploy Preview for docs-extensions-and-macros ready!

Name Link
🔨 Latest commit 01a9fcf
🔍 Latest deploy log https://app.netlify.com/projects/docs-extensions-and-macros/deploys/6942945d41c19000087fb883
😎 Deploy Preview https://deploy-preview-161--docs-extensions-and-macros.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 17, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Walkthrough

The package.json file is updated to bump the version from 4.13.0 to 4.13.1, add "mcp" to the keywords array, and include "mcp" in the published files list alongside other entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Simple version bump and metadata additions to configuration file
  • No logic changes or functional impact
  • Straightforward manifest updates

Suggested reviewers

  • paulohtb6

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: fixing the MCP server by including the mcp directory in the npm package, which directly matches the package.json modifications.
Description check ✅ Passed The description is directly related to the changeset, explaining the context (MCP server failure), the root cause (mcp/ directory not published), and the solution (adding mcp to files array in package.json).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

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

@JakeSCahill JakeSCahill merged commit 8de42cc into main Dec 17, 2025
17 checks passed
@JakeSCahill JakeSCahill deleted the export-mcp branch December 17, 2025 13:48
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.

3 participants