LICENSE
README.md
pyproject.toml
src/csa_google_workspace/__init__.py
src/csa_google_workspace/_apply.py
src/csa_google_workspace/_cellmap.py
src/csa_google_workspace/_content.py
src/csa_google_workspace/_context.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/_inventory.py
src/csa_google_workspace/_services.py
src/csa_google_workspace/access_proposals.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/labels.py
src/csa_google_workspace/permissions.py
src/csa_google_workspace/policy.py
src/csa_google_workspace/py.typed
src/csa_google_workspace/restrictions.py
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/_flavours.py
src/csa_google_workspace/mcp/_inline.py
src/csa_google_workspace/mcp/_logging.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/_untrusted.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_access_proposals.py
tests/test_all_tools_smoke.py
tests/test_allowlist.py
tests/test_allowlist_preview.py
tests/test_anchored_and_headers.py
tests/test_annotations_and_claims.py
tests/test_apibackend_contract.py
tests/test_apibackend_errors.py
tests/test_append_and_tab_targeting.py
tests/test_apply_actions_extended.py
tests/test_apply_comment_actions.py
tests/test_apply_error_messages.py
tests/test_apply_last_three.py
tests/test_assigned_comments.py
tests/test_audit_index.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_cell_destruction_is_content_write.py
tests/test_cellmap.py
tests/test_cellmap_bounds.py
tests/test_cellmap_tabs.py
tests/test_comment_context.py
tests/test_comment_detached.py
tests/test_comment_model.py
tests/test_comment_mutation.py
tests/test_comments_by_cell_tab.py
tests/test_comments_collection.py
tests/test_config_text_agrees_with_policy.py
tests/test_content_aliasing.py
tests/test_controls_check.py
tests/test_copy_drops_comments.py
tests/test_delete_a_reply.py
tests/test_demo.py
tests/test_demo_share_is_explicit.py
tests/test_desktop_config.py
tests/test_desktop_config_permissions.py
tests/test_doc_content.py
tests/test_doc_suggestions.py
tests/test_doc_tabs.py
tests/test_doc_write.py
tests/test_docs_do_not_drift.py
tests/test_document.py
tests/test_document_lifecycle.py
tests/test_download_size_guard.py
tests/test_effective_capability_source.py
tests/test_errors.py
tests/test_errors_edge.py
tests/test_every_capability_is_reachable.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_export_tab_column.py
tests/test_falsy_cells.py
tests/test_feedback_labels.py
tests/test_file_lifecycle.py
tests/test_files_axis.py
tests/test_flavour_switch.py
tests/test_formats.py
tests/test_google_side_controls.py
tests/test_inline_attribution.py
tests/test_inline_comments.py
tests/test_labels.py
tests/test_lockfiles.py
tests/test_logging_level.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_wire_protocol.py
tests/test_mcp_write_tools.py
tests/test_no_change_sentinel.py
tests/test_non_native_files.py
tests/test_oauth_loopback.py
tests/test_output_contract.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_profiles_mirror_drive.py
tests/test_public_api.py
tests/test_quoted_text_exposed.py
tests/test_raw_is_the_default.py
tests/test_read_only_means_a_read_only_token.py
tests/test_readme_tools.py
tests/test_refusals_name_their_kind.py
tests/test_register_path_bounds.py
tests/test_release_history.py
tests/test_release_workflow_shape.py
tests/test_repr_redaction.py
tests/test_revoke_a_permission.py
tests/test_scope_short_token_message.py
tests/test_sdist_guard.py
tests/test_search_fields_and_ordering.py
tests/test_server_version_on_the_wire.py
tests/test_services.py
tests/test_sheet_cellmap.py
tests/test_sheet_content.py
tests/test_sheet_create_comment.py
tests/test_sheet_notes.py
tests/test_sheet_quoting.py
tests/test_sheet_write.py
tests/test_slides_content.py
tests/test_slides_write.py
tests/test_spanning_quote.py
tests/test_suggestions.py
tests/test_suggestions_mcp.py
tests/test_tab_ambiguity.py
tests/test_terminal_controls_neutralised.py
tests/test_the_report_survives_the_mutation.py
tests/test_threat_model.py
tests/test_tool_descriptions_state_no_policy.py
tests/test_wave3_review_findings.py
tests/test_work_handoff_inventory.py
tests/test_workspace.py
tests/test_xlsx_writes_text.py