mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 08:33:23 +02:00
fix: remove duplicated project_id from schema
This commit is contained in:
@@ -262,7 +262,6 @@ export const CreateRepositorySchema = z.object({
|
||||
});
|
||||
|
||||
export const GetFileContentsSchema = ProjectParamsSchema.extend({
|
||||
project_id: z.string().describe("Project ID or URL-encoded path"),
|
||||
file_path: z.string().describe("Path to the file or directory"),
|
||||
ref: z.string().optional().describe("Branch/tag/commit to get contents from")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user