""" Topcoder MCP Agent - A Model Context Protocol compliant agent for Topcoder APIs. This package implements a clean architecture following MCP standards with proper separation of concerns across presentation, application, domain, protocol, and infrastructure layers. """ __version__ = "2.0.0" __title__ = "Topcoder MCP Agent" __description__ = "A Model Context Protocol compliant agent for Topcoder APIs"