MCPcopy Create free account
hub / github.com/tiann/hapi / withCollaborationInstructions

Function withCollaborationInstructions

cli/src/codex/utils/appServerConfig.test.ts:13–15  ·  view source on GitHub ↗
(developerInstructions: string)

Source from the content-addressed store, hash-verified

11describe('appServerConfig', () => {
12 const mcpServers = { hapi: { command: 'node', args: ['mcp'] } };
13 const withCollaborationInstructions = (developerInstructions: string): string => {
14 return `${developerInstructions}\n\n${codexCollaborationSpawnAgentInstructions}`;
15 };
16
17 it('applies CLI overrides when permission mode is default', () => {
18 const params = buildThreadStartParams({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected