# Jira MCP Server Makefile
# --------------------------------------------------
# This Makefile provides targets for the Jira MCP server.
# It includes common functionality from ../../mcp-common.mk
# --------------------------------------------------

# MCP configuration
AGENT_NAME = jira
MCP_PACKAGE_NAME = mcp_jira

# Include common functionality
include ../../mcp-common.mk

# Agent-specific MCP targets can be added here if needed