Skip to content

Commit 2bdc3fa

Browse files
chore: add mcp server with astro docs website template (#866)
* create * format
1 parent c4876f8 commit 2bdc3fa

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deco/cli",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A CLI for interacting with deco.chat.",
55
"license": "MIT",
66
"exports": "./cli.ts",

packages/cli/src/create.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ const AVAILABLE_TEMPLATES: Template[] = [
3737
branch: "main",
3838
wranglerRoot: "server",
3939
},
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+
},
4048
];
4149

4250
async function downloadTemplate(

0 commit comments

Comments
 (0)