mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Add exc_info=True to inspect command error logging (#2232)
Fixes #2231 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f5dbabff4e
commit
69b273ee8e
1 changed files with 1 additions and 0 deletions
|
|
@ -772,6 +772,7 @@ async def inspect(
|
|||
"server_spec": server_spec,
|
||||
"error": str(e),
|
||||
},
|
||||
exc_info=True,
|
||||
)
|
||||
console.print(f"[bold red]✗[/bold red] Failed to inspect server: {e}")
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue