You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename experimental/apps-mcp to experimental/aitools (#4220)
Renames the experimental/apps-mcp directory to experimental/aitools and
updates all references throughout the codebase.
Changes:
- Rename experimental/apps-mcp/ directory to experimental/aitools/
- Update all import paths from apps-mcp to aitools
- Rename CLI command from 'databricks experimental apps-mcp' to
'databricks experimental aitools'
- Update display names from 'Apps MCP'/'Databricks MCP' to 'Databricks
aitools'
- Rename MCP server name from 'databricks-apps-mcp' to
'databricks-aitools'
- Update config/history path from ~/.databricks/apps-mcp to
~/.databricks/aitools
- Update test targets from test-exp-apps-mcp to test-exp-aitools
- Update CODEOWNERS and GitHub Actions workflow references
All tests pass and the code builds successfully.
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: experimental/aitools/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Databricks MCP Server
1
+
# Databricks AI Tools
2
2
3
3
A Model Context Protocol (MCP) server for working with Databricks through natural language. This server provides tools for data exploration, workspace management, and executing Databricks CLI commands through AI-powered conversations.
4
4
@@ -17,19 +17,19 @@ A Model Context Protocol (MCP) server for working with Databricks through natura
17
17
-**Conversational interface**: Work with Databricks using natural language instead of memorizing CLI commands
18
18
-**Context-aware**: Get relevant command suggestions based on your workspace configuration
19
19
-**Unified workflow**: Combine data exploration, bundle management, and app deployment in one tool
20
-
-**Transparency**: Every MCP tool call displays clear, branded output so you always know when Databricks MCP is working
20
+
-**Transparency**: Every MCP tool call displays clear, branded output so you always know when Databricks AI Tools are working
21
21
22
22
Perfect for data engineers and developers who want to streamline their Databricks workflows with AI-powered assistance.
23
23
24
24
**Visual Feedback:**
25
-
When using Databricks MCP, you'll see distinctive branded headers in your chat:
25
+
When using Databricks AI Tools, you'll see distinctive branded headers in your chat:
This makes it immediately clear you're using the Databricks MCP server, not just plain Claude or Cursor. If you don't see these headers, the MCP server isn't connected (see Troubleshooting below).
32
+
This makes it immediately clear you're using the Databricks AI Tools MCP server, not just plain Claude or Cursor. If you don't see these headers, the MCP server isn't connected (see Troubleshooting below).
33
33
34
34
---
35
35
@@ -39,7 +39,7 @@ This makes it immediately clear you're using the Databricks MCP server, not just
39
39
40
40
1.**Install the MCP server automatically:**
41
41
```bash
42
-
databricks experimental apps-mcp install
42
+
databricks experimental aitools install
43
43
```
44
44
45
45
This interactive command will:
@@ -94,7 +94,7 @@ If you prefer to configure manually or the automatic installation doesn't work:
0 commit comments