LICENSE
README.md
main.py
pyproject.toml
cf_polygon_mcp.egg-info/PKG-INFO
cf_polygon_mcp.egg-info/SOURCES.txt
cf_polygon_mcp.egg-info/dependency_links.txt
cf_polygon_mcp.egg-info/entry_points.txt
cf_polygon_mcp.egg-info/requires.txt
cf_polygon_mcp.egg-info/top_level.txt
src/__init__.py
src/mcp/__init__.py
src/mcp/server.py
src/mcp/utils/__init__.py
src/mcp/utils/common.py
src/mcp/utils/contest_problems.py
src/mcp/utils/downloads.py
src/mcp/utils/problem_checker.py
src/mcp/utils/problem_content.py
src/mcp/utils/problem_create.py
src/mcp/utils/problem_extra_validators.py
src/mcp/utils/problem_file.py
src/mcp/utils/problem_info.py
src/mcp/utils/problem_interactor.py
src/mcp/utils/problem_package_workflow.py
src/mcp/utils/problem_packages.py
src/mcp/utils/problem_readiness.py
src/mcp/utils/problem_release.py
src/mcp/utils/problem_save_statement.py
src/mcp/utils/problem_solution_view.py
src/mcp/utils/problem_solutions.py
src/mcp/utils/problem_sources.py
src/mcp/utils/problem_statements.py
src/mcp/utils/problem_tests_extended.py
src/mcp/utils/problem_update_info.py
src/mcp/utils/problem_validator.py
src/mcp/utils/problem_working_copy.py
src/mcp/utils/problems.py
src/polygon/__init__.py
src/polygon/client.py
src/polygon/contest.py
src/polygon/download.py
src/polygon/models.py
src/polygon/problem.py
src/polygon/api/__init__.py
src/polygon/api/contest_problems.py
src/polygon/api/problem_checker.py
src/polygon/api/problem_content.py
src/polygon/api/problem_create.py
src/polygon/api/problem_discard_working_copy.py
src/polygon/api/problem_extra_validators.py
src/polygon/api/problem_info.py
src/polygon/api/problem_interactor.py
src/polygon/api/problem_packages.py
src/polygon/api/problem_save_statement.py
src/polygon/api/problem_solutions.py
src/polygon/api/problem_sources.py
src/polygon/api/problem_statements.py
src/polygon/api/problem_tests_extended.py
src/polygon/api/problem_update_info.py
src/polygon/api/problem_update_working_copy.py
src/polygon/api/problem_validator.py
src/polygon/api/problem_view_file.py
src/polygon/api/problem_view_solution.py
src/polygon/api/problems.py
src/polygon/utils/__init__.py
src/polygon/utils/client_utils.py
src/polygon/utils/contest_utils.py
src/polygon/utils/problem_utils.py
tests/test_mcp_package_workflow.py
tests/test_mcp_problem_readiness.py
tests/test_mcp_problem_release.py
tests/test_mcp_utils_extensions.py
tests/test_polygon_api_extensions.py
tests/test_polygon_downloads.py
tests/test_polygon_models.py