Spaces:
Sleeping
Sleeping
Update server.py
Browse files
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"""
|