pyproject.toml
customers_mcp.egg-info/PKG-INFO
customers_mcp.egg-info/SOURCES.txt
customers_mcp.egg-info/dependency_links.txt
customers_mcp.egg-info/entry_points.txt
customers_mcp.egg-info/requires.txt
customers_mcp.egg-info/top_level.txt
src/__init__.py
src/main.py
src/application/__init__.py
src/application/customer_service.py
src/domain/__init__.py
src/domain/customer.py
src/domain/errors.py
src/infrastructure/__init__.py
src/infrastructure/customer_http_client.py
src/mcp/__init__.py
src/mcp/server.py
src/mcp/prompts/__init__.py
src/mcp/prompts/create_customer.py
src/mcp/prompts/delete_customer.py
src/mcp/prompts/find_customer.py
src/mcp/prompts/update_customer.py
src/mcp/resources/__init__.py
src/mcp/resources/api_info.py
src/mcp/resources/create_customer.py
src/mcp/resources/delete_customer.py
src/mcp/resources/get_customer.py
src/mcp/resources/list_customers.py
src/mcp/resources/update_customer.py
src/mcp/tools/__init__.py
src/mcp/tools/create_customer.py
src/mcp/tools/delete_customer.py
src/mcp/tools/get_customer.py
src/mcp/tools/list_customers.py
src/mcp/tools/update_customer.py