CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GIMP_MCP_DEMONSTRATION_REPORT.md
GITHUB_TOKEN_SETUP.md
LICENSE
MANIFEST.in
NEXT_STEPS_SUMMARY.md
PUBLICATION_GUIDE.md
README.md
SECURITY.md
TESTING_FRAMEWORK_SUMMARY.md
pyproject.toml
pytest.ini
requirements.txt
test_core_implementation.py
test_server_startup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
demos/README.md
demos/requirements.txt
demos/advanced-automation/batch-processing-demo.py
demos/basic-workflows/layer-operations-demo.py
demos/basic-workflows/simple-graphics-demo.py
demos/educational-tutorials/beginner-tutorial.py
demos/mcp-integration/basic-mcp-client.py
demos/performance-benchmarks/operation-benchmarks.py
demos/project-showcase/comprehensive-demo.py
demos/real-world-scenarios/logo-design-demo.py
docs/README.md
docs/api-reference/README.md
docs/api-reference/tools/document-tools.md
docs/development/README.md
docs/integration/README.md
docs/reference/commands.md
docs/reference/error-codes.md
docs/troubleshooting/README.md
docs/tutorials/README.md
docs/tutorials/basic-workflows/simple-graphics.md
docs/user-guide/README.md
docs/user-guide/installation.md
scripts/create_github_repo.py
scripts/prepare_pypi_package.py
scripts/publish_to_pypi.py
scripts/requirements.txt
scripts/validate_publication_readiness.py
src/gimp_mcp/__init__.py
src/gimp_mcp/gimp_api.py
src/gimp_mcp/mode_manager.py
src/gimp_mcp/server.py
src/gimp_mcp/resources/__init__.py
src/gimp_mcp/resources/providers.py
src/gimp_mcp/tools/__init__.py
src/gimp_mcp/tools/color_tools.py
src/gimp_mcp/tools/document_tools.py
src/gimp_mcp/tools/drawing_tools.py
src/gimp_mcp/tools/filter_tools.py
src/gimp_mcp/tools/layer_tools.py
src/gimp_mcp/tools/selection_tools.py
src/gimp_mcp/utils/__init__.py
src/gimp_mcp/utils/errors.py
src/gimp_mcp/utils/gi_helpers.py
src/gimp_mcp/utils/image_utils.py
src/gimp_mcp/utils/logging.py
src/gimp_mcp_server.egg-info/PKG-INFO
src/gimp_mcp_server.egg-info/SOURCES.txt
src/gimp_mcp_server.egg-info/dependency_links.txt
src/gimp_mcp_server.egg-info/entry_points.txt
src/gimp_mcp_server.egg-info/requires.txt
src/gimp_mcp_server.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/requirements.txt
tests/integration/test_server_integration.py
tests/mocks/__init__.py
tests/mocks/mock_gimp.py
tests/mocks/mock_mcp_client.py
tests/mocks/test_fixtures.py
tests/scripts/run_tests.py
tests/unit/__init__.py
tests/unit/test_document_tools.py
tests/unit/test_gimp_api.py
tests/unit/test_resource_providers.py
tests/validation/mcp_protocol_validator.py