Skip to content

Commit 5f2ba75

Browse files
authored
fix trusted mcp create_session (#446)
1 parent 3fa7d47 commit 5f2ba75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/tools/mcp_tool/trusted_mcp_session_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def create_session(
152152
else:
153153
# Create a new session
154154
logger.info("Initialize MCP session")
155-
return super().create_session(headers)
155+
return await super().create_session(headers)
156156
except Exception:
157157
# If session creation fails, clean up the exit stack
158158
if exit_stack:

0 commit comments

Comments
 (0)