mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Merge main into feat/sdk-mcp-server-support
This commit is contained in:
commit
c8704be6a9
1 changed files with 3 additions and 0 deletions
|
|
@ -186,6 +186,9 @@ class SubprocessCLITransport(Transport):
|
|||
"CLAUDE_CODE_ENTRYPOINT": "sdk-py",
|
||||
}
|
||||
|
||||
if self._cwd:
|
||||
process_env["PWD"] = self._cwd
|
||||
|
||||
self._process = await anyio.open_process(
|
||||
cmd,
|
||||
stdin=PIPE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue