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

# MCP configuration
AGENT_NAME = pagerduty
MCP_PACKAGE_NAME = mcp_pagerduty

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

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