Skip to main content
Glama

Jira MCP Server

by ParasSolanki
rolldown.config.ts397 B
import { defineConfig } from "rolldown"; import { minify } from "rollup-plugin-swc3"; export default defineConfig({ input: "src/app.ts", platform: "node", treeshake: true, output: { file: "dist/app.js", }, define: { "process.env.NODE_ENV": JSON.stringify("production"), }, plugins: [ minify({ module: true, mangle: {}, compress: {}, }), ], });

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

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