Typed, AOT-compatible C# SDK for Claude Code CLI agent protocol. Port of official Python SDK. Features streaming queries, structured output, stateful conversations, custom MCP tools, permission hooks, and specialized agents. Requires .NET 10+ and Claude CLI.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
115
commits
feat: add Settings option with Sandbox merge, add AddDirectories
c63ab3fView on GitHubfeat: make ITransport public for custom transport injection
072a736View on GitHubdocs: update README MCP example to use typed Create<T> API
0d99b7fView on GitHubdocs: update McpCalculator example to use typed tool handlers
d0b4a1bView on GitHubfeat: add sync overload and generic Create<T> to SdkMcpTool
73989ebView on GitHubdocs: rewrite README with comprehensive SDK documentation
070c9a8View on GitHub