mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
Fix streamable http sampling (#693)
This commit is contained in:
@@ -31,6 +31,7 @@ def get_claude_config_path() -> Path | None:
|
||||
return path
|
||||
return None
|
||||
|
||||
|
||||
def get_uv_path() -> str:
|
||||
"""Get the full path to the uv executable."""
|
||||
uv_path = shutil.which("uv")
|
||||
@@ -42,6 +43,7 @@ def get_uv_path() -> str:
|
||||
return "uv" # Fall back to just "uv" if not found
|
||||
return uv_path
|
||||
|
||||
|
||||
def update_claude_config(
|
||||
file_spec: str,
|
||||
server_name: str,
|
||||
|
||||
Reference in New Issue
Block a user