Skip to content

Commit 3027a4f

Browse files
authored
Add demo image for UC server (#7)
* Add demo image for UC server Signed-off-by: Sid Murching <[email protected]> * Remove DB slack Signed-off-by: Sid Murching <[email protected]> * Small fix Signed-off-by: Sid Murching <[email protected]> --------- Signed-off-by: Sid Murching <[email protected]>
1 parent 27b3203 commit 3027a4f

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and GitHub Pull Requests for accepting changes.
55

66
See [issues](https://github.com/databrickslabs/mcp/issues) with the "help wanted" or "bug" labels for items that we'd especially like help with.
77

8-
For major new features or changes (e.g. adding a new server, removing tool(s) from an existing server), please file an issue or reach out [via Slack](https://databricks.enterprise.slack.com/archives/C065NC65Q9F) to facilitate initial discussion,
8+
For major new features or changes (e.g. adding a new server, removing tool(s) from an existing server), please file an issue to facilitate initial discussion,
99
before sending a pull request. For smaller changes (e.g. fixing a bug, adding a new tool, improving test coverage), feel free to send a pull request directly.
1010

1111
### Running tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ read the [contributor guidelines](CONTRIBUTING.md) to streamline the process and
1717
See the `README.md` in each server's directory for detailed instructions.
1818
For most servers, the following steps work:
1919

20-
1. Install uv from Astral
20+
1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
2121
1. Install Python using `uv python install 3.12`
2222
1. [Configure Databricks credentials](https://docs.databricks.com/aws/en/dev-tools/cli/authentication) with access to the required APIs
2323
1. Add the server to your MCP client configuration. For example, to use the Databricks Unity Catalog MCP server with Claude Desktop, add the following to your `claude_desktop_config.json`:

servers/developer_tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
A Model Context Protocol server that exposes common Databricks developer actions as tools.
99

1010
## Usage
11-
1. Install uv from Astral
11+
1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
1212
1. Install Python using `uv python install 3.12`
1313
1. [Configure Databricks credentials](https://docs.databricks.com/aws/en/dev-tools/cli/authentication) with access to the required APIs
1414
1. Add the server to your MCP client configuration. For example, to use this server with Claude Desktop, add the following to your `claude_desktop_config.json`:

servers/unity_catalog/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
A Model Context Protocol server that exposes data in Unity Catalog (functions, vector search indexes), as well as Unity Catalog-powered
66
Genie spaces, as tools.
77

8+
![Demo image](docs/images/demo.png)
9+
810
## Usage
9-
1. Install uv from Astral
11+
1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
1012
1. Install Python using `uv python install 3.12`
1113
1. [Configure Databricks credentials](https://docs.databricks.com/aws/en/dev-tools/cli/authentication) with access to the required APIs
1214
1. Add the server to your MCP client configuration. For example, to use this server with Claude Desktop, add the following to your `claude_desktop_config.json`:
171 KB
Loading

0 commit comments

Comments
 (0)