@@ -4,8 +4,8 @@ description: 'Deploy the brokered NeMo Relay daemon, MCP lifecycle client, manag
44position : 7
55---
66
7- { / _ SPDX - FileCopyrightText : Copyright (c ) 2026 , NVIDIA CORPORATION & AFFILIATES . All rights reserved .
8- SPDX - License - Identifier : Apache - 2.0 _ / }
7+ { /* SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
8+ SPDX-License-Identifier: Apache-2.0 * / }
99
1010Use the managed daemon when an administrator must give multiple users the same
1111coding-agent configuration while preserving per-user NeMo Relay runtime state.
@@ -447,9 +447,9 @@ explicit `-e` extension, but does not also load user, project, or discovered
447447extensions that could alter provider registration, tool arguments, or shell
448448policy after Relay has authorized an operation.
449449
450- The extension starts the fixed dispatcher as `daemon mcp --daemon-address
451-
452- < URL >`, waits for MCP initialization before registering managed providers, and
450+ The extension starts the fixed dispatcher as
451+ ` daemon mcp --daemon-address <URL> ` , waits for MCP initialization before
452+ registering managed providers, and
453453keeps one process-wide broker reference across Pi reload, new, resume, and fork
454454transitions. It sends Pi's session, agent, turn, compaction, tool, and custom
455455shell events to ` /hooks/pi ` ; policy responses are converted back into Pi's
0 commit comments