From 82142c5c53070d557bc42c13b4547fd6aa8fe8c0 Mon Sep 17 00:00:00 2001 From: YANN BARRAUD Date: Tue, 15 Jul 2025 11:14:36 +0200 Subject: [PATCH] Adding VSCode config --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 85b8eae..f8e2177 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ A Model Context Protocol (MCP) server that connects to Databricks API, allowing ## Running the Server +### Manually + Start the MCP server: ``` python main.py @@ -66,6 +68,23 @@ You can test the MCP server using the inspector by running npx @modelcontextprotocol/inspector python3 main.py ``` +### In Visual Studio Code + +Create (if not existing) a ```.vscode``` directory. Then create ```mcp.json``` + +``` +{ + "servers": { + "DBX": { + "command": "python.exe", + "args": [ + "/path/to/main.py" + ] + } + } +} +``` + ## Available MCP Tools The following MCP tools are available: