We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4876f8 commit 2bdc3faCopy full SHA for 2bdc3fa
2 files changed
packages/cli/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@deco/cli",
3
- "version": "0.9.1",
+ "version": "0.9.2",
4
"description": "A CLI for interacting with deco.chat.",
5
"license": "MIT",
6
"exports": "./cli.ts",
packages/cli/src/create.ts
@@ -37,6 +37,14 @@ const AVAILABLE_TEMPLATES: Template[] = [
37
branch: "main",
38
wranglerRoot: "server",
39
},
40
+ {
41
+ name: "astro-docs-view",
42
+ description:
43
+ "MCP Server with Tools, Workflows and views Astro for a documentation website.",
44
+ repo: "deco-cx/astro-docs-view",
45
+ branch: "main",
46
+ wranglerRoot: "server",
47
+ },
48
];
49
50
async function downloadTemplate(
0 commit comments