UNPKG

@wordbricks/fetch-mcp

Version:

Model Context Protocol (MCP) server for fetching data from the web

6 lines (5 loc) 326 B
export { createMcpServer } from "./lib/createMcpServer.ts"; export { fetchTool } from "./tools/fetch.ts"; export { tools } from "./tools.ts"; export { convertJsonToCollapsibleString } from "./tools/convertJsonToCollapsibleString.ts"; export { convertHtmlToCollapsibleString } from "./tools/convertHtmlToCollapsibleString.ts";