From 0e6a8b78acc2b23d8fccbb8aa6f450d4e0f6bcab Mon Sep 17 00:00:00 2001
From: khaneliman
Declared by:
+
+
+<home-manager/modules/programs/vscode>
+
+ |
programs.vscode.profiles.<name>.userMcp
+
+
+Configuration written to Visual Studio Code’s
+mcp.json.
+This can be a JSON object or a path to a custom JSON file.
Type: +absolute path or JSON value
+ +Default:
+{ }
Example:
{
+ "servers": {
+ "Github": {
+ "url": "https://api.githubcopilot.com/mcp/"
+ }
+ }
+}
+
+
+
Declared by: