From 60b1b41e637594d5d16f6c13e73dfc6fba72ff80 Mon Sep 17 00:00:00 2001 From: Satish Goda Date: Mon, 4 Aug 2025 14:15:37 -0700 Subject: [PATCH 1/2] docs: add Visual Studio Code integration section to README https://vscodemcp.com/ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2856133..76f0a93 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,10 @@ For Windows users, go to Settings > MCP > Add Server, add a new server with the **⚠️ Only run one instance of the MCP server (either on Cursor or Claude Desktop), not both** +### Visual Studio Code Integration + +Install in VS Code + ### Installing the Blender Addon 1. Download the `addon.py` file from this repo From e85ea6390f81f9d66961b52b728d1df5d1a576e6 Mon Sep 17 00:00:00 2001 From: Satish Goda Date: Mon, 4 Aug 2025 16:18:23 -0700 Subject: [PATCH 2/2] docs: enhance Visual Studio Code integration section in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f0a93..4564e85 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,9 @@ For Windows users, go to Settings > MCP > Add Server, add a new server with the ### Visual Studio Code Integration -Install in VS Code +_Prerequisites_: Make sure you have [Visual Studio Code](https://code.visualstudio.com/) installed before proceeding. + +[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_blender--mcp_server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=ffffff)](vscode:mcp/install?%7B%22name%22%3A%22blender-mcp%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22blender-mcp%22%5D%7D) ### Installing the Blender Addon