Skip to content

docs(fetch): note runtime npm downloads and egress requirements (#4830) - #4833

Open
teddiesloco wants to merge 1 commit into
modelcontextprotocol:mainfrom
teddiesloco:docs/fetch-egress-allowlist-note
Open

teddiesloco wants to merge 1 commit into
modelcontextprotocol:mainfrom
teddiesloco:docs/fetch-egress-allowlist-note

Conversation

@teddiesloco

Copy link
Copy Markdown
Contributor

Summary

Addresses #4830 by adding a deployment note to src/fetch/README.md.

When Node.js is installed, ReadabiliPy's HTML-to-markdown converter downloads @mozilla/readability and jsdom from npm on first conversion call. In restricted or enterprise container environments with egress allowlisting, registry.npmjs.org needs to be accessible, or dependencies should be pre-installed during image build.

Closes #4830.

This branch has not been deployed

No deployments
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.

Docs: fetch installs npm packages during a tool call, which is worth stating for deployments

1 participant