Jeremiah Lowin commited on
Commit
19aa09e
·
unverified ·
2 Parent(s): 0ccc206c49503d

Merge pull request #25 from jlowin/exception

Browse files
Files changed (1) hide show
  1. 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),