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

# MCP configuration
AGENT_NAME = backstage
MCP_PACKAGE_NAME = mcp_backstage

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

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