diff --git a/options.xhtml b/options.xhtml index 5e4625b5d..6b19b6c6b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -72568,6 +72568,42 @@ JSON value

} +

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: