MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getOpencodeServerEntry

Function getOpencodeServerEntry

src/installer/targets/opencode.ts:118–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118function getOpencodeServerEntry(): { type: string; command: string[]; enabled: boolean } {
119 return {
120 type: 'local',
121 command: ['codegraph', 'serve', '--mcp'],
122 enabled: true,
123 };
124}
125
126const FORMATTING = { tabSize: 2, insertSpaces: true, eol: '\n' };
127

Callers 2

printConfigMethod · 0.85
writeMcpEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected