Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
c49503d
1
Parent(s): cb30fc6
print exception
Browse files- src/fastmcp/cli/cli.py +1 -1
src/fastmcp/cli/cli.py
CHANGED
|
@@ -263,7 +263,7 @@ def run(
|
|
| 263 |
|
| 264 |
except Exception as e:
|
| 265 |
logger.error(
|
| 266 |
-
"Failed to run server",
|
| 267 |
extra={
|
| 268 |
"file": str(file),
|
| 269 |
"error": str(e),
|
|
|
|
| 263 |
|
| 264 |
except Exception as e:
|
| 265 |
logger.error(
|
| 266 |
+
f"Failed to run server: {e}",
|
| 267 |
extra={
|
| 268 |
"file": str(file),
|
| 269 |
"error": str(e),
|