Skip to main content
Glama

JIRA MCP Server

index.ts1.05 kB
/** * Issue validators exports */ // Export all validators, types, and schemas export * from "./issue-comment.validator"; export * from "./issue-field.validator"; export * from "./issue-params.validator"; export * from "./worklog.validator"; // Export schemas from validators export { issueKeySchema, getIssueParamsSchema, getAssignedIssuesParamsSchema, issueFieldsSchema, } from "./issue-params.validator"; export { getIssueCommentsSchema } from "./issue-comment.validator"; export { addWorklogParamsSchema, updateWorklogParamsSchema, deleteWorklogParamsSchema, getWorklogsParamsSchema, } from "./worklog.validator"; // Export comprehensive issue schemas from issue-field.validator export { issueSchema, safeFieldValuesSchema, validateIssue, validateIssueFields, validateSafeFieldValues, isValidIssue, isValidIssueFields, hasValidDescription, hasLabels, hasDateInfo, hasValidSelfUrl, type IssueSchemaType, type IssueFieldsSchemaType, type SafeFieldValuesType, } from "./issue-field.validator";

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/Dsazz/mcp-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server