mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
more 'fixes'
This commit is contained in:
committed by
Peter M. Elias
parent
f4122ff231
commit
0ecd2049ab
@@ -55,7 +55,7 @@ export const GitHubFileContentSchema = z.object({
|
||||
git_url: z.string(),
|
||||
download_url: z.string(),
|
||||
type: z.string(),
|
||||
content: z.string(),
|
||||
content: z.string().optional(),
|
||||
encoding: z.string().optional(),
|
||||
_links: GithubFileContentLinks
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user