create-ampless 0.2.0-alpha.16 → 0.2.0-alpha.17
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.
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { admin } from '@/lib/admin'
|
|
2
|
+
import { createMcpRoute } from '@ampless/admin/api'
|
|
3
|
+
|
|
4
|
+
// `force-dynamic` keeps CloudFront from caching MCP responses. Each
|
|
5
|
+
// tool call must hit the SSR Lambda — caching would serve stale or
|
|
6
|
+
// cross-token responses.
|
|
7
|
+
export const dynamic = 'force-dynamic'
|
|
8
|
+
export const runtime = 'nodejs'
|
|
9
|
+
export const { POST } = createMcpRoute(admin)
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"@tiptap/pm": "^3.23.4",
|
|
23
23
|
"@tiptap/react": "^3.23.4",
|
|
24
24
|
"@tiptap/starter-kit": "^3.23.4",
|
|
25
|
-
"@ampless/plugin-og-image": "^0.2.0-alpha.
|
|
26
|
-
"@ampless/plugin-rss": "^0.2.0-alpha.
|
|
27
|
-
"@ampless/plugin-seo": "^0.2.0-alpha.
|
|
28
|
-
"@ampless/plugin-webhook": "^0.2.0-alpha.
|
|
29
|
-
"@ampless/admin": "^0.2.0-alpha.
|
|
30
|
-
"@ampless/backend": "^0.2.0-alpha.
|
|
31
|
-
"@ampless/runtime": "^0.2.0-alpha.
|
|
25
|
+
"@ampless/plugin-og-image": "^0.2.0-alpha.5",
|
|
26
|
+
"@ampless/plugin-rss": "^0.2.0-alpha.5",
|
|
27
|
+
"@ampless/plugin-seo": "^0.2.0-alpha.5",
|
|
28
|
+
"@ampless/plugin-webhook": "^0.2.0-alpha.5",
|
|
29
|
+
"@ampless/admin": "^0.2.0-alpha.15",
|
|
30
|
+
"@ampless/backend": "^0.2.0-alpha.7",
|
|
31
|
+
"@ampless/runtime": "^0.2.0-alpha.8",
|
|
32
32
|
"@digital-go-jp/tailwind-theme-plugin": "^0.3.4",
|
|
33
|
-
"ampless": "^0.2.0-alpha.
|
|
33
|
+
"ampless": "^0.2.0-alpha.5",
|
|
34
34
|
"aws-amplify": "^6.10.0",
|
|
35
35
|
"class-variance-authority": "^0.7.1",
|
|
36
36
|
"clsx": "^2.1.1",
|