mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:13:24 +02:00
more schema fixes
This commit is contained in:
committed by
Peter M. Elias
parent
a56242dfdc
commit
d9ae0911b9
@@ -56,7 +56,7 @@ export const GitHubFileContentSchema = z.object({
|
||||
download_url: z.string(),
|
||||
type: z.string(),
|
||||
content: z.string(),
|
||||
encoding: z.string().nullable(),
|
||||
encoding: z.string().optional(),
|
||||
_links: GithubFileContentLinks
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user