v0.1.0 — Developer Release
Nextcloud ChatGPT Bridge v0.1.0
v0.1.0 is the first installable developer release of the MCP-first Nextcloud bridge.
Highlights
- Real Nextcloud 33.0.7 validation through the WebDAV/OCS fallback path.
- Bounded file listing, metadata, text/binary transfer, folder creation, move and delete tools.
- OAuth/OIDC-protected hosted MCP foundation with request-scoped bridge identities.
- Nextcloud Login Flow v2 connection lifecycle without collecting the user's main password.
- Tenant-scoped metadata plus encrypted PostgreSQL credential storage.
- Packaged PostgreSQL migration and automated, checksum-producing release build.
Validation
- 85 automated tests passed with 82% statement coverage.
- Ruff lint passed.
- The built wheel and source archive passed
twine check; a clean wheel installation verified all
three command-line entry points and the packaged PostgreSQL migration. - The resolved release environment passed the dependency audit with no known vulnerabilities.
- A live write test against Nextcloud 33.0.7 passed OCS, WebDAV read, upload, download, move,
metadata and cleanup checks. - Native Context Agent MCP was not available on the validated instance; the designed fallback
path passed.
Scope and limitations
This is a developer/self-hosted source release, not a production public ChatGPT service. Do not
expose the development HTTP transport directly to the internet. A public multi-tenant deployment
still requires infrastructure-enforced outbound network policy, rate limits, audit/privacy and
retention controls, production monitoring, managed key operations and end-to-end OAuth validation.
See SECURITY.md and docs/AUTH_ARCHITECTURE.md before deploying hosted mode.