From ccb2343ca666184ed56e3f226e0504b3d309b47b Mon Sep 17 00:00:00 2001 From: Sid Murching Date: Fri, 2 May 2025 09:29:00 -0700 Subject: [PATCH] Add clarifications about relationship with DB assistant & fix some README links Signed-off-by: Sid Murching --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc0b5d3..3ee76a5 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ Table of Contents An experimental collection of [MCP](https://modelcontextprotocol.io/introduction) servers to help AI agents fetch enterprise data from Databricks, automate common developer actions on Databricks, etc: * ![status: Beta](https://img.shields.io/badge/status-Beta-yellow?style=flat-square&logo=databricks) - [Databricks Unity Catalog server](./servers/unity_catalog/README.md): Fetch data and run tools registered in from Unity Catalog, making agents aware of your enterprise data + [Databricks Unity Catalog server](#unity-catalog-server): Fetch data and run tools registered in from Unity Catalog, making agents aware of your enterprise data * ![status: Under construction](https://img.shields.io/badge/status-Under_construction-red?style=flat-square&logo=databricks) - [Databricks developer tools server](): Perform common developer actions in Databricks, like creating and updating notebooks, running jobs, etc. This server is not yet usable, but contributions are welcome! + [Databricks developer tools server](#developer-tools-server): Perform common developer actions in Databricks, like creating and updating notebooks, running jobs, etc. This server is not yet usable, but contributions are welcome! + Note: if developing from within the Databricks product (e.g. using Databricks notebooks), we recommend using [Databricks Assistant](https://docs.databricks.com/aws/en/notebooks/databricks-assistant-faq) The set of servers and tools in this repo is fluid and will evolve over time. We welcome contributions to this repo - please first read the [contributor guidelines](CONTRIBUTING.md) to streamline the process and discover areas where help is needed.