fix: remove trailing whitespace in examples/quick_start.py

This commit is contained in:
Lina Tawfik 2025-07-03 16:18:00 -07:00
parent b73eac8c57
commit b123767bc1
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ async def with_tools_example():
async def with_strict_mcp_config_example():
"""Example using strict MCP configuration."""
print("=== Strict MCP Config Example ===")
# This ensures ONLY the MCP servers specified here will be used,
# ignoring any global or project-level MCP configurations
options = ClaudeCodeOptions(
@ -80,7 +80,7 @@ async def with_strict_mcp_config_example():
},
strict_mcp_config=True, # Ignore all file-based MCP configurations
)
async for message in query(
prompt="List the available MCP tools from the memory server",
options=options,