Spaces:
Running
Running
n0v33n
commited on
Commit
·
9e41861
1
Parent(s):
42adaec
minor changes
Browse files- .gitignore +1 -0
- README.md +2 -1
- __pycache__/WebScraper.cpython-312.pyc +0 -0
- __pycache__/merge_md.cpython-312.pyc +0 -0
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
.env
|
|
|
|
1 |
.env
|
2 |
+
/__pycache__/
|
README.md
CHANGED
@@ -9,7 +9,8 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: cc
|
11 |
short_description: This is MCP server, it will convert a url's content to a PDf
|
12 |
-
tag:
|
|
|
13 |
---
|
14 |
|
15 |
# Website Scraper
|
|
|
9 |
pinned: false
|
10 |
license: cc
|
11 |
short_description: This is MCP server, it will convert a url's content to a PDf
|
12 |
+
tag:
|
13 |
+
- mcp-server-track
|
14 |
---
|
15 |
|
16 |
# Website Scraper
|
__pycache__/WebScraper.cpython-312.pyc
DELETED
Binary file (24.3 kB)
|
|
__pycache__/merge_md.cpython-312.pyc
DELETED
Binary file (12 kB)
|
|