Skip to content

Commit a1f761a

Browse files
committed
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.
1 parent e97db86 commit a1f761a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
time = "2025-11-03T10:18:15+00:00";
3+
condition = true;
4+
message = ''
5+
A new module 'programs.mcp' is now available for managing Model
6+
Context Protocol (MCP) server configurations.
7+
8+
The 'programs.mcp.servers' option allows you to define MCP servers
9+
in a central location. These configurations can be automatically
10+
integrated into applications that support MCP.
11+
12+
Two modules now support MCP integration:
13+
14+
- 'programs.opencode.enableMcpIntegration': Integrates MCP servers
15+
into OpenCode's configuration.
16+
17+
- 'programs.vscode.profiles.<name>.enableMcpIntegration': Integrates
18+
MCP servers into VSCode profiles.
19+
20+
When integration is enabled, servers from 'programs.mcp.servers' are
21+
merged with application-specific MCP settings, with the latter taking
22+
precedence. This allows you to define MCP servers once and reuse them
23+
across multiple applications.
24+
'';
25+
}

0 commit comments

Comments
 (0)