mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 16:53:22 +02:00
more fixes
This commit is contained in:
committed by
Peter M. Elias
parent
d9ae0911b9
commit
f4122ff231
@@ -40,7 +40,7 @@ export const GitHubRepositorySchema = z.object({
|
||||
|
||||
const GithubFileContentLinks = z.object({
|
||||
self: z.string(),
|
||||
git: z.number().nullable(),
|
||||
git: z.string().nullable(),
|
||||
html: z.string().nullable()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user