LICENSE
README.md
pyproject.toml
nextcloud_agent/__init__.py
nextcloud_agent/__main__.py
nextcloud_agent/agent_server.py
nextcloud_agent/api_client.py
nextcloud_agent/auth.py
nextcloud_agent/mcp_config.json
nextcloud_agent/mcp_server.py
nextcloud_agent.egg-info/PKG-INFO
nextcloud_agent.egg-info/SOURCES.txt
nextcloud_agent.egg-info/dependency_links.txt
nextcloud_agent.egg-info/entry_points.txt
nextcloud_agent.egg-info/requires.txt
nextcloud_agent.egg-info/top_level.txt
nextcloud_agent/api/__init__.py
nextcloud_agent/api/api_client_base.py
nextcloud_agent/api/api_client_calendar.py
nextcloud_agent/api/api_client_contacts.py
nextcloud_agent/api/api_client_files.py
nextcloud_agent/mcp/__init__.py
nextcloud_agent/mcp/mcp_calendar.py
nextcloud_agent/mcp/mcp_contacts.py
nextcloud_agent/mcp/mcp_files.py
nextcloud_agent/mcp/mcp_sharing.py
nextcloud_agent/mcp/mcp_user.py
scripts/verify_api_integration.py
tests/conftest.py
tests/test_api_client.py
tests/test_auth.py
tests/test_cli_server.py
tests/test_concept_parity.py
tests/test_init.py
tests/test_init_dynamics.py
tests/test_mcp_server.py
tests/test_startup.py