news: add codex mcp integration
Just letting users know module has the integration enabled now. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
6c8def1df8
commit
13a1beb7c9
1 changed files with 13 additions and 0 deletions
13
modules/misc/news/2026/02/2026-02-08_15-04-50.nix
Normal file
13
modules/misc/news/2026/02/2026-02-08_15-04-50.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
time = "2026-02-08T21:04:50+00:00";
|
||||
condition = config.programs.codex.enable;
|
||||
message = ''
|
||||
The `programs.codex` module now supports MCP integration via
|
||||
`programs.codex.enableMcpIntegration`.
|
||||
|
||||
When enabled, shared servers from `programs.mcp.servers` are merged
|
||||
into `programs.codex.settings.mcp_servers`, with settings-based values
|
||||
taking precedence.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue