From 0e6a8b78acc2b23d8fccbb8aa6f450d4e0f6bcab Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 12 Jul 2025 01:34:07 +0000 Subject: [PATCH] deploy: 7c6f7377ccca88c45a28875e7755c38b604c5ff3 --- options.xhtml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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: