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

# MCP configuration
AGENT_NAME = splunk
MCP_PACKAGE_NAME = mcp_splunk

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

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