"""Constants specific to Jira operations."""
# Set of default fields returned by Jira read operations when no specific fields are requested.
DEFAULT_READ_JIRA_FIELDS: set[str] = {
"summary",
"description",
"status",
"assignee",
"reporter",
"labels",
"priority",
"created",
"updated",
"issuetype",
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArconixForge/mcp-atlassian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server