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
Copy file name to clipboardExpand all lines: blazor/ai-coding-assistant/mcp-server.md
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,31 @@ Before you can invoke the `SyncfusionBlazorAssistant` MCP server, you need to co
54
54
-**Arguments**: -y
55
55
-**Server name**: syncfusionBlazorAssistant
56
56
57
-
You need to add your [Syncfusion API key](https://www.syncfusion.com/account/api-key) as an env parameter in the configuration file:
57
+
#### API Key Configuration
58
58
59
-
```json
60
-
"env": {
61
-
"Syncfusion_API_Key": "YOUR_API_KEY"
62
-
}
63
-
```
59
+
There are two options:
60
+
61
+
***Using an API Key File (Recommended)**
62
+
63
+
Store your API key in a separate file and reference its path in the `Syncfusion_API_Key_Path` environment parameter. This approach is more secure as you don't expose the key directly in configuration files.
0 commit comments