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

# MCP configuration
AGENT_NAME = litellm
MCP_PACKAGE_NAME = mcp_litellm

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

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