Skip to main content
Glama

JIRA MCP Server

board-test-utils.ts523 B
/** * Board test utilities */ import type { McpResponse } from "@core/responses"; import type { Board } from "@features/jira/boards/models/board.models"; /** * Creates a standard board test response */ export function createBoardResponse(board: Board): McpResponse<Board> { return { success: true, data: board, }; } /** * Creates a standard boards list test response */ export function createBoardsResponse(boards: Board[]): McpResponse<Board[]> { return { success: true, data: boards, }; }

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