@aotter/mantle-cloudflare 0.0.11-alpha.33 → 0.0.11-alpha.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ import { type CommitUploadArgs, type CreateUploadArgs, type CreateUploadResult,
|
|
|
33
33
|
* the variant set in R2 dashboards, and the orphan sweeper (#254)
|
|
34
34
|
* can identify partially-committed groups by listing the prefix.
|
|
35
35
|
*
|
|
36
|
-
* Optimization runs agent-side
|
|
36
|
+
* Optimization runs agent-side in the MCP client's runtime. The
|
|
37
37
|
* Worker never decodes / re-encodes bytes — it only verifies content-
|
|
38
38
|
* type + size on the metadata returned by R2's HEAD-equivalent path
|
|
39
39
|
* (`bucket.get` + `httpMetadata`).
|
|
@@ -33,7 +33,7 @@ import { RandomUuidGenerator, extensionForMime, } from "@aotter/mantle-runtime";
|
|
|
33
33
|
* the variant set in R2 dashboards, and the orphan sweeper (#254)
|
|
34
34
|
* can identify partially-committed groups by listing the prefix.
|
|
35
35
|
*
|
|
36
|
-
* Optimization runs agent-side
|
|
36
|
+
* Optimization runs agent-side in the MCP client's runtime. The
|
|
37
37
|
* Worker never decodes / re-encodes bytes — it only verifies content-
|
|
38
38
|
* type + size on the metadata returned by R2's HEAD-equivalent path
|
|
39
39
|
* (`bucket.get` + `httpMetadata`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotter/mantle-cloudflare",
|
|
3
|
-
"version": "0.0.11-alpha.
|
|
3
|
+
"version": "0.0.11-alpha.34",
|
|
4
4
|
"description": "Cloudflare Workers adapter for mantle. Hono-based mountServerEndpoints / createMcpApiHandler / mountAuthorize / mountPublicRoutes. Better Auth for staff sign-in; @cloudflare/workers-oauth-provider for the MCP OAuth AS surface.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://mantle.tools/",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"README.md"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aotter/mantle-
|
|
33
|
-
"@aotter/mantle-
|
|
34
|
-
"@aotter/mantle-
|
|
32
|
+
"@aotter/mantle-runtime": "0.0.11-alpha.34",
|
|
33
|
+
"@aotter/mantle-spec": "0.0.11-alpha.34",
|
|
34
|
+
"@aotter/mantle-admin-ui": "0.0.11-alpha.34"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@cloudflare/workers-oauth-provider": "^0.7.0",
|