Skip to content

fix(fetch): avoid Node readability backend by default#4338

Open
go165 wants to merge 1 commit into
modelcontextprotocol:mainfrom
go165:go165/fetch-python-readability-default
Open

fix(fetch): avoid Node readability backend by default#4338
go165 wants to merge 1 commit into
modelcontextprotocol:mainfrom
go165:go165/fetch-python-readability-default

Conversation

@go165

@go165 go165 commented Jun 13, 2026

Copy link
Copy Markdown

Summary

Verification

  • /tmp/mcp-fetch-test-venv/bin/python -m pytest src/fetch/tests/test_server.py
  • /tmp/mcp-fetch-test-venv/bin/python -m compileall -q src/fetch/src/mcp_server_fetch src/fetch/tests
  • /tmp/mcp-fetch-test-venv/bin/python -m ruff check src/fetch/src/mcp_server_fetch/server.py src/fetch/tests/test_server.py
  • git diff --check

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.

mcp-server-fetch hard-codes use_readability=True which requires Node.js (undeclared); fails silently when Node is unavailable or misconfigured

1 participant