AtomGit MCP Server

Mulan Permissive Software License, Version 2
0

list_issue_assignees

Retrieve assignees for a specific issue in an AtomGit repository by providing the repository owner and name. Simplify issue management and accountability tracking.

Instructions

List assignees for a specific issue in a AtomGit repository

Input Schema

NameRequiredDescriptionDefault
ownerYes代码仓库的所有者
repoYes代码仓库的名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "代码仓库的所有者", "type": "string" }, "repo": { "description": "代码仓库的名称", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }
ID: oymm0hus7s