Skip to content

Commit 4f6286a

Browse files
committed
Initial commit
0 parents  commit 4f6286a

File tree

9 files changed

+3327
-0
lines changed

9 files changed

+3327
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Local Netlify folder
2+
.netlify
3+
node_modules
4+
.env

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"deno.config": "deno.json",
3+
"deno.enable": true,
4+
}

deno.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"imports": {
3+
"fetch-to-node": "npm:fetch-to-node@2",
4+
"astro": "npm:astro",
5+
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/[email protected]",
6+
"@netlify/edge-functions": "npm:@netlify/edge-functions"
7+
}
8+
}

0 commit comments

Comments
 (0)