概要
This project implements an MCP server that converts complex Databricks Unity Catalog (UC) and lineage metadata into compact Markdown summaries, specifically optimized for consumption by Large Language Models (LLMs) and agents. It provides a small REST adapter with environment-driven authentication (PAT or OAuth client-credentials) and exposes a concise set of async tools for agents to discover catalogs/schemas, inspect table metadata and lineage, and execute read-only SQL queries. The goal is to enhance automated data discovery, SQL generation, and pipeline analysis by providing AI agents with clear, structured data context directly from Unity Catalog.