+
Add the following to your MCP client (e.g. .vscode/mcp.json or claude_desktop_config.json):
+
{
+ "essentialcsharp": {
+ "url": "@(HttpContext.Request.Scheme)://@(HttpContext.Request.Host)/mcp",
+ "headers": {
+ "Authorization": "Bearer @Model.GeneratedToken"
+ }
+ }
+}
+
See the AI Tools setup guide for per-client configuration snippets.
+