Skip to main content
Glama
server.d.ts489 B
import { BaseServer } from '@modelcontextprotocol/sdk'; import type { Tool } from '@modelcontextprotocol/sdk'; import { JiraConfig } from './types'; export declare class JiraServer extends BaseServer { private jira; private projectCache; constructor(config: JiraConfig); getTools(): Tool[]; executeTool(name: string, args: Record<string, unknown>): Promise<Tool.Response>; private jqlSearch; private getIssue; private createIssue; private planSprint; }

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

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