NLarchive commited on
Commit
2aa1a08
·
verified ·
1 Parent(s): 392587f

Update scrape_and_format_hf_mcp_servers.py

Browse files
scrape_and_format_hf_mcp_servers.py CHANGED
@@ -4,6 +4,7 @@ import re
4
  import json
5
  import time
6
  from typing import List, Dict
 
7
 
8
  # Define available sort options
9
  SORT_OPTIONS = {
@@ -317,6 +318,7 @@ def test_scraper_locally():
317
 
318
  else:
319
  print("❌ No servers found. Check the scraping logic.")
 
320
 
321
  def main():
322
  """Main scraping function."""
 
4
  import json
5
  import time
6
  from typing import List, Dict
7
+ # Code by Nicolas larenas, NLarchive
8
 
9
  # Define available sort options
10
  SORT_OPTIONS = {
 
318
 
319
  else:
320
  print("❌ No servers found. Check the scraping logic.")
321
+ # Code by Nicolas larenas, NLarchive
322
 
323
  def main():
324
  """Main scraping function."""