feat(httpapi): bridge experimental read endpoints (#24365)
This commit is contained in:
@@ -394,7 +394,7 @@ export const ExperimentalRoutes = lazy(() =>
|
||||
description: "MCP resources",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(z.record(z.string(), MCP.Resource)),
|
||||
schema: resolver(z.record(z.string(), MCP.Resource.zod)),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user