UNPKG

llms-fetch-mcp

Version:

llms.txt-aware MCP server - fetches and caches web content in LLM-friendly formats

5 lines (3 loc) 81 B
#!/usr/bin/env node const { run } = require("./binary"); run("llms-fetch-mcp");