DigitalPal / digipal /mcp /__init__.py
BladeSzaSza's picture
🥚 Initial DigiPal deployment to HuggingFace Spaces🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <[email protected]>
4399e64
raw
history blame
328 Bytes
"""
MCP (Model Context Protocol) server implementation for DigiPal.
This module provides MCP server functionality for external system integration
with DigiPal pets, allowing other AI systems to interact with and manage
digital pets through the Model Context Protocol.
"""
from .server import MCPServer
__all__ = ['MCPServer']