Commit 7cc9718
committed
Fix missing Mount import in MCP server launch
- Add missing 'from starlette.routing import Mount' import
- Mount was used on line 1046 but not imported
- Fixes NameError when launching agents in MCP mode
🤖 Generated with Claude Code
Co-authored-by: MervinPraison <454862+MervinPraison@users.noreply.github.com>1 parent ecfd858 commit 7cc9718
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| 1017 | + | |
1017 | 1018 | | |
1018 | 1019 | | |
1019 | 1020 | | |
| |||
0 commit comments