Skip to content

Commit 88017bf

Browse files
committed
initial commit
0 parents commit 88017bf

File tree

4 files changed

+592
-0
lines changed

4 files changed

+592
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
playwright

deno.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"tasks": {
3+
"start": "deno run --allow-net --allow-env --allow-run --allow-sys --allow-read main.ts"
4+
},
5+
"imports": {
6+
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.0.1",
7+
"@std/encoding": "jsr:@std/encoding@^1.0.5",
8+
"playwright": "npm:playwright@^1.49.0"
9+
}
10+
}

deno.lock

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)