Skip to content

Commit 4bc3985

Browse files
drillanclaude
andcommitted
fix: use forked claude-agent-sdk for SDK MCP server fix (#60)
Use forked branch to resolve ProcessTransport error when using SDK MCP servers with string prompts. - Add [tool.uv.sources] to use forked branch - Bump version from 0.0.3 to 0.0.4 Upstream PR: anthropics/claude-agent-sdk-python#492 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 85e3e46 commit 4bc3985

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claudecode-model"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [
@@ -34,3 +34,9 @@ asyncio_default_fixture_loop_scope = "function"
3434

3535
[tool.mypy]
3636
exclude = ["ai_working/"]
37+
38+
[tool.uv.sources]
39+
# Temporary: Use forked branch until upstream fix is merged
40+
# Issue: https://github.com/drillan/claudecode-model/issues/60
41+
# PR: https://github.com/anthropics/claude-agent-sdk-python/pull/492
42+
claude-agent-sdk = { git = "https://github.com/drillan/claude-agent-sdk-python.git", branch = "fix/string-prompt-mcp-transport" }

uv.lock

Lines changed: 3 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)