abhishekrn's picture
refactor: restructure project and add comprehensive gitignore
6b02c16
raw
history blame contribute delete
407 Bytes
"""
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"