claude-code-sdk-python/src/claude_code_sdk
Lina Tawfik 783c0f4d33
feat: add strict_mcp_config option to Python SDK
- Add strict_mcp_config boolean field to ClaudeCodeOptions
- Pass --strict-mcp-config CLI flag when option is True
- Add tests for the new option
- Add example demonstrating usage
- Update README with MCP server configuration docs

This enables SDK users to ignore all file-based MCP configurations
and use only programmatically specified servers.

Fixes #45

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 14:51:04 -07:00
..
_internal feat: add strict_mcp_config option to Python SDK 2025-07-03 14:51:04 -07:00
__init__.py chore: bump version to 0.0.14 2025-07-01 18:31:56 -07:00
_errors.py Initial Python SDK import 2025-06-12 00:16:19 -07:00
py.typed Initial Python SDK import 2025-06-12 00:16:19 -07:00
types.py feat: add strict_mcp_config option to Python SDK 2025-07-03 14:51:04 -07:00