We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73eac8 commit b123767Copy full SHA for b123767
examples/quick_start.py
@@ -68,7 +68,7 @@ async def with_tools_example():
68
async def with_strict_mcp_config_example():
69
"""Example using strict MCP configuration."""
70
print("=== Strict MCP Config Example ===")
71
-
+
72
# This ensures ONLY the MCP servers specified here will be used,
73
# ignoring any global or project-level MCP configurations
74
options = ClaudeCodeOptions(
@@ -80,7 +80,7 @@ async def with_strict_mcp_config_example():
80
},
81
strict_mcp_config=True, # Ignore all file-based MCP configurations
82
)
83
84
async for message in query(
85
prompt="List the available MCP tools from the memory server",
86
options=options,
0 commit comments