From 1342b821db15b6c79731310ba787d152cd60e74b Mon Sep 17 00:00:00 2001 From: Thierry Delafontaine Date: Mon, 3 Nov 2025 11:25:16 +0100 Subject: [PATCH] news: add entry for mcp module and integrations Add news entry documenting the new `programs.mcp` module and MCP integration support in OpenCode and VSCode modules. --- .../misc/news/2025/11/2025-11-03_11-18-15.nix | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/misc/news/2025/11/2025-11-03_11-18-15.nix diff --git a/modules/misc/news/2025/11/2025-11-03_11-18-15.nix b/modules/misc/news/2025/11/2025-11-03_11-18-15.nix new file mode 100644 index 000000000..82d9dd5bb --- /dev/null +++ b/modules/misc/news/2025/11/2025-11-03_11-18-15.nix @@ -0,0 +1,25 @@ +{ + time = "2025-11-03T10:18:15+00:00"; + condition = true; + message = '' + A new module 'programs.mcp' is now available for managing Model + Context Protocol (MCP) server configurations. + + The 'programs.mcp.servers' option allows you to define MCP servers + in a central location. These configurations can be automatically + integrated into applications that support MCP. + + Two modules now support MCP integration: + + - 'programs.opencode.enableMcpIntegration': Integrates MCP servers + into OpenCode's configuration. + + - 'programs.vscode.profiles..enableMcpIntegration': Integrates + MCP servers into VSCode profiles. + + When integration is enabled, servers from 'programs.mcp.servers' are + merged with application-specific MCP settings, with the latter taking + precedence. This allows you to define MCP servers once and reuse them + across multiple applications. + ''; +}