Skip to content

Commit 8236c50

Browse files
shunfurushilpatel0
authored andcommitted
remove mcp_tools field from ClaudeCodeOptions (anthropics#110)
the `mcp_tools` field in `ClaudeCodeOptions` seems to have been there since the initial commit but I couldn't find any references in the repo, so I believe it may be vestigial and unused Signed-off-by: Rushil Patel <rpatel@codegen.com>
1 parent 9a4f082 commit 8236c50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/claude_code_sdk/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class ClaudeCodeOptions:
117117
max_thinking_tokens: int = 8000
118118
system_prompt: str | None = None
119119
append_system_prompt: str | None = None
120-
mcp_tools: list[str] = field(default_factory=list)
121120
mcp_servers: dict[str, McpServerConfig] = field(default_factory=dict)
122121
permission_mode: PermissionMode | None = None
123122
continue_conversation: bool = False

0 commit comments

Comments
 (0)