WebashalarForML commited on
Commit
d9c0385
·
verified ·
1 Parent(s): 45de5e4

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -3
server.py CHANGED
@@ -151,9 +151,7 @@ SOURCE:
151
  {raw_data[:4000]}
152
  </source_material>
153
  """
154
-
155
- mcp = FastMCP("file-analyzer")
156
-
157
  # Helper functions for different file types
158
  async def process_pdf(file_bytes: bytes) -> str:
159
  """Process PDF file and extract text/info"""
 
151
  {raw_data[:4000]}
152
  </source_material>
153
  """
154
+
 
 
155
  # Helper functions for different file types
156
  async def process_pdf(file_bytes: bytes) -> str:
157
  """Process PDF file and extract text/info"""