UNPKG

@cyanheads/jinaai-mcp-server

Version:

A Model Context Protocol (MCP) server that provides intelligent web reading capabilities using the Jina AI Reader API. It extracts clean, LLM-ready content from any URL.

6 lines 210 B
/** * @fileoverview Barrel file for the Stdio transport module. * @module src/mcp-server/transports/stdio/index */ export { startStdioTransport } from "./stdioTransport.js"; //# sourceMappingURL=index.js.map