victor HF Staff commited on
Commit
af5218b
·
1 Parent(s): f2aca49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py CHANGED
@@ -1,21 +1,3 @@
1
- """
2
- Web Search MCP Server - Feed LLMs with fresh sources
3
- ====================================================
4
-
5
- Prerequisites
6
- -------------
7
- $ pip install "gradio[mcp]" httpx trafilatura python-dateutil limits
8
-
9
- Environment
10
- -----------
11
- export SERPER_API_KEY="YOUR-KEY-HERE"
12
-
13
- Usage
14
- -----
15
- python app_mcp.py
16
- Then connect to: http://localhost:7860/gradio_api/mcp/sse
17
- """
18
-
19
  import os
20
  import asyncio
21
  from typing import Optional
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import os
2
  import asyncio
3
  from typing import Optional