Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,12 @@ license: mit
|
|
10 |
short_description: uses playwright to scrape a fake app hosted on vercel
|
11 |
tags: ["mcp-server-track"]
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
## Fake app scraper
|
14 |
|
15 |
link to test video with Claude https://youtu.be/WhLegRIdpRo
|
|
|
10 |
short_description: uses playwright to scrape a fake app hosted on vercel
|
11 |
tags: ["mcp-server-track"]
|
12 |
---
|
13 |
+
|
14 |
+
## EDIT: post deadline modification
|
15 |
+
following a discussion with **abubakar** on discord I added feature that check whether a token is given by a user (UI version) or via request header (mcp version). This allows to experiment in the UI whereas the pre-deadline version only allowed for mcp use as was describe in the pre-deadline README.
|
16 |
+
|
17 |
+
The last commit before deadline was
|
18 |
+
|
19 |
## Fake app scraper
|
20 |
|
21 |
link to test video with Claude https://youtu.be/WhLegRIdpRo
|