Skip to content

Commit d89bfc3

Browse files
chore: generate
1 parent 011c237 commit d89bfc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/opencode/src/server/routes/instance

packages/opencode/src/server/routes/instance/mcp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const McpRoutes = lazy(() =>
121121
description: "OAuth authentication completed",
122122
content: {
123123
"application/json": {
124-
schema: resolver(MCP.Status.zod),
124+
schema: resolver(MCP.Status.zod),
125125
},
126126
},
127127
},
@@ -153,7 +153,7 @@ export const McpRoutes = lazy(() =>
153153
description: "OAuth authentication completed",
154154
content: {
155155
"application/json": {
156-
schema: resolver(MCP.Status.zod),
156+
schema: resolver(MCP.Status.zod),
157157
},
158158
},
159159
},

0 commit comments

Comments
 (0)