Skip to content

Commit 3ddd320

Browse files
committed
fix: Readd list to allowed inputs for contents
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 378c9a5 commit 3ddd320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codemcp/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async def codemcp(
6969
path: str | None = None,
7070
content: str
7171
| dict
72+
| list
7273
| None = None, # Allow any type, will be serialized to string if needed
7374
old_string: str | None = None,
7475
new_string: str | None = None,

0 commit comments

Comments
 (0)