MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getOutputStyleSection

Function getOutputStyleSection

src/constants/prompts.ts:151–158  ·  view source on GitHub ↗
(
  outputStyleConfig: OutputStyleConfig | null,
)

Source from the content-addressed store, hash-verified

149}
150
151function getOutputStyleSection(
152 outputStyleConfig: OutputStyleConfig | null,
153): string | null {
154 if (outputStyleConfig === null) return null
155
156 return `# Output Style: ${outputStyleConfig.name}
157${outputStyleConfig.prompt}`
158}
159
160function getMcpInstructionsSection(
161 mcpClients: MCPServerConnection[] | undefined,

Callers 1

getSystemPromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected