Closed
Description
Description
The anthropic server has a milestone
property on the create_issue
tool: https://github.com/modelcontextprotocol/servers/blob/5e54cd33bd04b0be514edb945117c6e7c06eb35e/src/github/operations/issues.ts#L17-L23
export const CreateIssueOptionsSchema = z.object({
title: z.string(),
body: z.string().optional(),
assignees: z.array(z.string()).optional(),
milestone: z.number().optional(),
labels: z.array(z.string()).optional(),
});
However, we do not:
github-mcp-server/pkg/github/issues.go
Lines 214 to 237 in bb56733
Metadata
Metadata
Assignees
Labels
No labels