Skip to content

Commit fe5fea4

Browse files
Update src/mcp_agent/cli/mcp_app/api_client.py
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent e450e02 commit fe5fea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_agent/cli/mcp_app/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ async def get_app_id_by_name(self, name: str) -> Optional[str]:
386386
httpx.HTTPStatusError: If the API returns an error
387387
httpx.HTTPError: If the request fails
388388
"""
389-
app = self.get_app_by_name(name)
389+
app = await self.get_app_by_name(name)
390390
return app.appId if app else None
391391

392392
async def deploy_app(

0 commit comments

Comments
 (0)