Commit a004764
committed
fix: add mcp as explicit dependency in strands template
The strands template's mcp_client/client.py imports directly from the
mcp package, but mcp was not declared in pyproject.toml. It was only
available as a transitive dependency through strands-agents, which is
fragile coupling that may break on any strands-agents update.1 parent df4eebc commit a004764
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- src/assets
- __tests__/__snapshots__
- python/strands/base
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2692 | 2692 | | |
2693 | 2693 | | |
2694 | 2694 | | |
2695 | | - | |
| 2695 | + | |
| 2696 | + | |
2696 | 2697 | | |
2697 | 2698 | | |
2698 | 2699 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments