LICENSE
README.md
pyproject.toml
src/csa_google_workspace/__init__.py
src/csa_google_workspace/_cellmap.py
src/csa_google_workspace/_content.py
src/csa_google_workspace/_environment.py
src/csa_google_workspace/_errors.py
src/csa_google_workspace/_export.py
src/csa_google_workspace/_formats.py
src/csa_google_workspace/_services.py
src/csa_google_workspace/allowlist.py
src/csa_google_workspace/auth.py
src/csa_google_workspace/backend.py
src/csa_google_workspace/base.py
src/csa_google_workspace/comments.py
src/csa_google_workspace/exceptions.py
src/csa_google_workspace/files.py
src/csa_google_workspace/permissions.py
src/csa_google_workspace/policy.py
src/csa_google_workspace/py.typed
src/csa_google_workspace/suggestions.py
src/csa_google_workspace/workspace.py
src/csa_google_workspace.egg-info/PKG-INFO
src/csa_google_workspace.egg-info/SOURCES.txt
src/csa_google_workspace.egg-info/dependency_links.txt
src/csa_google_workspace.egg-info/entry_points.txt
src/csa_google_workspace.egg-info/requires.txt
src/csa_google_workspace.egg-info/top_level.txt
src/csa_google_workspace/demo/__init__.py
src/csa_google_workspace/demo/_cli.py
src/csa_google_workspace/demo/_feedback.py
src/csa_google_workspace/demo/_plan.py
src/csa_google_workspace/demo/_runner.py
src/csa_google_workspace/documents/__init__.py
src/csa_google_workspace/documents/doc.py
src/csa_google_workspace/documents/sheet.py
src/csa_google_workspace/documents/slides.py
src/csa_google_workspace/mcp/__init__.py
src/csa_google_workspace/mcp/__main__.py
src/csa_google_workspace/mcp/_auth_flow.py
src/csa_google_workspace/mcp/_capabilities.py
src/csa_google_workspace/mcp/_config.py
src/csa_google_workspace/mcp/_desktop.py
src/csa_google_workspace/mcp/_inline.py
src/csa_google_workspace/mcp/_login.py
src/csa_google_workspace/mcp/_resources.py
src/csa_google_workspace/mcp/_schemas.py
src/csa_google_workspace/mcp/_success_page.py
src/csa_google_workspace/mcp/cli.py
src/csa_google_workspace/mcp/server.py
src/csa_google_workspace/mcp/_tools/__init__.py
src/csa_google_workspace/mcp/_tools/_base.py
src/csa_google_workspace/mcp/_tools/auth.py
src/csa_google_workspace/mcp/_tools/comments.py
src/csa_google_workspace/mcp/_tools/config.py
src/csa_google_workspace/mcp/_tools/content.py
src/csa_google_workspace/mcp/_tools/content_write.py
src/csa_google_workspace/mcp/_tools/demo.py
src/csa_google_workspace/mcp/_tools/feedback.py
src/csa_google_workspace/mcp/_tools/files.py
src/csa_google_workspace/mcp/_tools/suggestions.py
tests/test_all_tools_smoke.py
tests/test_allowlist.py
tests/test_apibackend_contract.py
tests/test_apibackend_errors.py
tests/test_auth.py
tests/test_auth_lifecycle.py
tests/test_backend.py
tests/test_backend_comments.py
tests/test_backend_conformance.py
tests/test_backend_content.py
tests/test_backend_write.py
tests/test_cellmap.py
tests/test_cellmap_bounds.py
tests/test_comment_detached.py
tests/test_comment_model.py
tests/test_comment_mutation.py
tests/test_comments_collection.py
tests/test_config_text_agrees_with_policy.py
tests/test_content_aliasing.py
tests/test_demo.py
tests/test_desktop_config.py
tests/test_doc_content.py
tests/test_doc_suggestions.py
tests/test_doc_write.py
tests/test_document.py
tests/test_document_lifecycle.py
tests/test_errors.py
tests/test_errors_edge.py
tests/test_exceptions.py
tests/test_export_comments.py
tests/test_export_destinations.py
tests/test_export_paths_and_injection.py
tests/test_export_payload_and_xlsx.py
tests/test_feedback_labels.py
tests/test_file_lifecycle.py
tests/test_files_axis.py
tests/test_formats.py
tests/test_inline_comments.py
tests/test_mcp_authenticate.py
tests/test_mcp_capabilities.py
tests/test_mcp_cli.py
tests/test_mcp_config.py
tests/test_mcp_content_tools.py
tests/test_mcp_file_tools.py
tests/test_mcp_permission_tool.py
tests/test_mcp_resources.py
tests/test_mcp_server.py
tests/test_mcp_write_tools.py
tests/test_packaging.py
tests/test_permissions.py
tests/test_policy.py
tests/test_policy_matrix.py
tests/test_problem_report.py
tests/test_public_api.py
tests/test_quoted_text_exposed.py
tests/test_readme_tools.py
tests/test_release_history.py
tests/test_repr_redaction.py
tests/test_services.py
tests/test_sheet_cellmap.py
tests/test_sheet_content.py
tests/test_sheet_create_comment.py
tests/test_sheet_quoting.py
tests/test_sheet_write.py
tests/test_slides_content.py
tests/test_slides_write.py
tests/test_suggestions.py
tests/test_suggestions_mcp.py
tests/test_tab_ambiguity.py
tests/test_workspace.py