Commit c6d0735
authored
fix: add mcp as explicit dependency in strands template (#366)
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 c6d0735
File tree
2 files changed
+4
-2
lines changed- src/assets
- __tests__/__snapshots__
- python/strands/base
2 files changed
+4
-2
lines changedLines 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