@aotter/mantle 0.0.11-alpha.45 → 0.0.11-alpha.47

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.
@@ -272,8 +272,10 @@ coverUrl:
272
272
  ```
273
273
 
274
274
  **Implementation status**: declared in
275
- `@aotter/mantle-spec` as the `MCP_HINT_KEYWORD` constant; the
276
- conventional values are exported as `MCP_HINTS` / `MEDIA_MCP_HINTS`.
275
+ `@aotter/mantle-spec` as the `MCP_HINT_KEYWORD` constant. The
276
+ conventional values are `markdown`, `richtext`, `code`, `media`,
277
+ `media-image`, `media-video`, `media-file`, `money-minor`, and
278
+ `timestamp-ms` (the `media*` subset marks media-shaped fields).
277
279
  MCP tool schemas preserve the hint for agents. Admin surfaces expose
278
280
  media-shaped fields but first-party upload hosting is optional and not
279
281
  part of first-run provisioning.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aotter/mantle",
3
- "version": "0.0.11-alpha.45",
3
+ "version": "0.0.11-alpha.47",
4
4
  "description": "Umbrella entry for @aotter/mantle. Adopters install this one package and import from subpaths: /spec, /runtime, /cloudflare, /admin-ui. Sub-packages remain individually installable on npm for tooling / alt-adapter authors. The Netlify adapter ships as a private workspace stub in v0.1 — its subpath will be added when the impl lands in v0.2.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://mantle.tools/",
@@ -47,10 +47,10 @@
47
47
  "README.md"
48
48
  ],
49
49
  "dependencies": {
50
- "@aotter/mantle-admin-ui": "0.0.11-alpha.45",
51
- "@aotter/mantle-cloudflare": "0.0.11-alpha.45",
52
- "@aotter/mantle-spec": "0.0.11-alpha.45",
53
- "@aotter/mantle-runtime": "0.0.11-alpha.45"
50
+ "@aotter/mantle-admin-ui": "0.0.11-alpha.47",
51
+ "@aotter/mantle-spec": "0.0.11-alpha.47",
52
+ "@aotter/mantle-runtime": "0.0.11-alpha.47",
53
+ "@aotter/mantle-cloudflare": "0.0.11-alpha.47"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@cloudflare/workers-oauth-provider": "^0.8.0",
@@ -64,7 +64,7 @@
64
64
  "@types/node": "^25",
65
65
  "aws4fetch": "^1.0.20",
66
66
  "better-auth": "^1.6.23",
67
- "hono": "^4.12.23",
67
+ "hono": "^4.12.27",
68
68
  "typescript": "^6.0.3",
69
69
  "zod": "^4.4.2"
70
70
  },