@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.
9 lines • 296 B
JavaScript
/**
* @fileoverview Barrel file for parsing utility modules.
* This file re-exports utilities related to parsing various data formats,
* such as JSON and dates.
* @module src/utils/parsing
*/
export * from "./dateParser.js";
export * from "./jsonParser.js";
//# sourceMappingURL=index.js.map