MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / jsonContent

Function jsonContent

packages/server/src/openapi/transforms.ts:259–265  ·  view source on GitHub ↗
(schema: Record<string, unknown>)

Source from the content-addressed store, hash-verified

257}
258
259function jsonContent(schema: Record<string, unknown>): Record<string, unknown> {
260 return {
261 'application/json': {
262 schema,
263 },
264 };
265}
266
267function headerString(): Record<string, unknown> {
268 return {

Callers 4

patchFileDownloadFunction · 0.85
patchSessionActionsFunction · 0.85
patchFsActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected