Skip to content

Commit 6a2c3c1

Browse files
committed
pass host info through streamable http mcp clients
Signed-off-by: Andrew Harvard <aharvard@squareup.com>
1 parent 00afcd9 commit 6a2c3c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/goose/src/agents/extension_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ impl ExtensionManager {
710710
.map(|(k, v)| (k.clone(), substitute_env_vars(v, &all_envs)))
711711
.collect();
712712
let resolved_socket = socket.as_ref().map(|s| substitute_env_vars(s, &all_envs));
713+
let capability = self.mcp_client_capabilities();
713714
create_streamable_http_client(
714715
&resolved_uri,
715716
*timeout,

0 commit comments

Comments
 (0)