From 27e8b9ab41cef3bc4e34c2607f63d2bd8a2416bd Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Mon, 19 Jan 2026 13:03:00 +0100 Subject: [PATCH] Fix MCP tool reference style in AGENTS.tmpl Use consistent tool reference style (`call the `databricks_discover` tool`) matching other prompts instead of Claude Code-specific `mcp__databricks-mcp__` prefix notation. Co-Authored-By: Claude Opus 4.5 --- experimental/aitools/lib/prompts/AGENTS.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/aitools/lib/prompts/AGENTS.tmpl b/experimental/aitools/lib/prompts/AGENTS.tmpl index 3a7804471c..77d787e459 100644 --- a/experimental/aitools/lib/prompts/AGENTS.tmpl +++ b/experimental/aitools/lib/prompts/AGENTS.tmpl @@ -15,7 +15,7 @@ This project uses Databricks Asset Bundles for deployment. Add project-specific ## For AI Agents: MANDATORY First Action -**BEFORE any other action, call `mcp__databricks-mcp__databricks_discover` with this project's path.** +**BEFORE any other action, call the `databricks_discover` tool with this project's path.** This is required because the discover tool: - Detects project state (new, deployed, running) and provides relevant guidance