From 5a4c062c6a886738ff00e3f7d2aa92e14b437e7d Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:21:39 +0300 Subject: [PATCH] docs(AI): Enhance env var configuration information --- ai/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index 4265d3e1a..30f4fbea9 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -38,7 +38,7 @@ Use the documentation of your AI-powered MCP client to add the Telerik MCP serve You also need to add your [Telerik licence key](slug:installation-license-key) as an `env` parameter in the `mcp.json` file. There are two options: -* (recommended) Use a `TELERIK_LICENSE_PATH` argument and point to your Telerik license file location. +* Use a `TELERIK_LICENSE_PATH` argument and point to your Telerik license file location. This approach is recommended, unless you are sharing your VS Code settings across different computers with different operating systems or user names. * Use a `TELERIK_LICENSE` argument and paste your Telerik license key. Make sure to [update the license key](slug:installation-license-key#license-key-updates) when necessary. ### Visual Studio