Skip to content

v0.9.0 - Model Context Protocol (MCP) Interface for AI Agents

Choose a tag to compare

@Edge-Explorer Edge-Explorer released this 07 Sep 06:23
· 68 commits to main since this release

What's New in v0.9.0

  • Model Context Protocol (MCP) Server: Added universal_parser/mcp/server.py implementing a FastMCP standard server over stdio for direct integration into Claude Desktop, Cursor, and autonomous agent swarms.
  • parse_document Tool: Exposes document parsing to AI agents supporting markdown, chunks, and json output formats across 15+ file types.
  • list_supported_formats Tool: Exposes dynamic format registry discovery to AI agents.
  • All 50 tests passing with 0 Ruff lint errors.