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
> Option 1 is recommended unless you're sharing settings across different systems. Remember to [update your license key]({%slug set-up-your-license%}#updating-your-license-key) when necessary.
64
66
@@ -68,72 +70,73 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
68
70
69
71
> Early Visual Studio 17.14 versions require the Copilot Chat window to be open when opening a solution for the MCP server to work properly.
3. Enable the `telerikMauiAssistant` tool in the [Copilot Chat window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server).
94
96
95
-
**Global Setup:**
97
+
### Global Setup:
98
+
96
99
Add the `.mcp.json` file to your user directory (`%USERPROFILE%`, e.g., `C:\Users\YourName\.mcp.json`).
97
100
98
-
###Visual Studio Code
101
+
## Visual Studio Code
99
102
100
103
For complete setup instructions, see [Use MCP servers in Visual Studio Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
101
104
102
105
> Visual Studio Code 1.102.1 or newer is required to use the Telerik MCP Server
103
106
104
-
**Setup Steps:**
107
+
The basic setup in Visual Studio Code follows these steps:
105
108
106
109
1. Enable [`chat.mcp.enabled`](vscode://settings/chat.mcp.enabled) in Visual Studio Code settings.
107
110
2. Create `.vscode/mcp.json` in your workspace root (or user folder for global setup):
| Client Compatibility | Works with MCP-enabled clients (e.g., Cursor, Copilot Agent mode) | Integrated as a Copilot extension |
29
+
| Code Suggestions | Can directly suggest changes and rebuild applications to verify code | Provides detailed explanations alongside code suggestions |
30
+
| Response Focus | Primarily code-focused | Better for learning and understanding implementation |
35
31
36
32
## Getting Started
37
33
@@ -46,31 +42,31 @@ The Telerik MAUI AI Coding Assistant allows the following maximum number of requ
46
42
47
43
| License Type | Request Limit |
48
44
|--------------|---------------|
49
-
|**Perpetual**| 50 requests per year |
50
-
|**Subscription**| Virtually unlimited with fair use threshold of 300 requests per day |
51
-
|**Trial**| 300 requests per trial period (does not reset with new trial activations) |
45
+
| Perpetual | 50 requests per year |
46
+
| Subscription | Virtually unlimited with fair use threshold of 300 requests per day |
47
+
| Trial | 300 requests per trial period (does not reset with new trial activations) |
52
48
53
-
> **Important:**All Telerik AI tools share a single request quota for your Telerik account. Usage from the [Telerik Copilot extension]({%slug ai-copilot-extension%}) and [Telerik MCP server]({%slug ai-mcp-server%}) counts toward the same limit. Complex prompts in the MCP server may consume multiple requests.
49
+
> All Telerik AI tools share a single request quota for your Telerik account. Usage from the [Telerik Copilot extension]({%slug ai-copilot-extension%}) and [Telerik MCP server]({%slug ai-mcp-server%}) counts toward the same limit. Complex prompts in the MCP server may consume multiple requests.
54
50
55
51
## Privacy
56
52
57
53
The Telerik MAUI AI Coding Assistant operates under strict privacy guidelines:
58
54
59
-
**Data Access:**
55
+
Data Access:
60
56
* No access to your workspace and application code.
61
57
* Exception: when using the Telerik MCP server (or any other MCP server), the LLM generates parameters for the MCP server request, which may include parts of your application code.
62
58
63
-
**Data Usage:**
59
+
Data Usage:
64
60
* Your prompts are not used to train Telerik AI models.
65
61
* Does not generate or access AI responses.
66
62
* Provides enhanced context to improve responses from your chosen AI model (GPT, Gemini, Claude, etc.).
67
63
68
-
**Data Storage:**
64
+
Data Storage:
69
65
* Prompts and context are anonymized and stored only for statistical analysis and troubleshooting.
70
66
* No association between prompts and your Telerik user account.
71
67
* Usage metrics are collected to ensure [license compliance](#number-of-requests).
72
68
73
-
> Review the terms and privacy policies of your selected AI model and AI client.
69
+
> Make sure also to review the terms and privacy policies of your selected AI model and AI client.
0 commit comments