We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create_issue
milestone
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
williammartin
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Description
The anthropic server has a
milestone
property on thecreate_issue
tool: https://github.com/modelcontextprotocol/servers/blob/5e54cd33bd04b0be514edb945117c6e7c06eb35e/src/github/operations/issues.ts#L17-L23However, we do not:
github-mcp-server/pkg/github/issues.go
Lines 214 to 237 in bb56733
The text was updated successfully, but these errors were encountered: