Skip to content

Commit c47179d

Browse files
authored
Clarify readme (#3)
Signed-off-by: Sid Murching <[email protected]>
1 parent 8f9475f commit c47179d

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Databricks MCP servers
2-
![status: Beta](https://img.shields.io/badge/status-Beta-yellow?style=flat-square&logo=databricks)
32

43
## Overview
54
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:
65

7-
* [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
8-
* 🚧 (Work in progress) [Databricks developer tools server](./servers/developer_tools/README.md): Perform common developer actions in Databricks, like creating and updating notebooks, running jobs, etc.
6+
* ![status: Beta](https://img.shields.io/badge/status-Beta-yellow?style=flat-square&logo=databricks)
7+
[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
8+
* ![status: Under construction](https://img.shields.io/badge/status-Under_construction-red?style=flat-square&logo=databricks)
9+
[Databricks developer tools server](./servers/developer_tools/README.md): Perform common developer actions in Databricks, like creating and updating notebooks, running jobs, etc. This server is not yet usable, but contributions are welcome!
910

10-
The set of servers in this repo is fluid and will evolve over time. We welcome contributions to this repo, including new servers and new tools for existing servers - please first
11+
The set of servers in this repo is fluid and will evolve over time. We welcome contributions to this repo, including updates to existing tools, new tools for existing servers, and new servers - please first
1112
read the [contributor guidelines](CONTRIBUTING.md) to streamline the process and ensure your contribution has the
1213
best change of being accepted :)
1314

servers/developer_tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Databricks developer tools MCP server
2-
![status: WIP](https://img.shields.io/badge/status-WIP-red?style=flat-square&logo=databricks)
2+
![status: Under Construction](https://img.shields.io/badge/status-Under_Construction-red?style=flat-square&logo=databricks)
33

44
## 🚧 Work in Progress 🚧
5-
**This server is still under initial development.**
5+
**This server is still under initial development and is not yet usable. Contributions are welcome!**
66

77
## Overview
88
A Model Context Protocol server that exposes common Databricks developer actions as tools.

servers/unity_catalog/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Databricks developer tools MCP server
2-
![status: WIP](https://img.shields.io/badge/status-WIP-red?style=flat-square&logo=databricks)
3-
4-
## 🚧 Work in Progress 🚧
5-
**This server is still under initial development and must not be shared outside Databricks.**
1+
# Databricks Unity Catalog MCP server
2+
![status: Beta](https://img.shields.io/badge/status-Beta-yellow?style=flat-square&logo=databricks)
63

74
## Overview
85
A Model Context Protocol server that exposes data in Unity Catalog (functions, vector search indexes), as well as Unity Catalog-powered

0 commit comments

Comments
 (0)