Skip to content

Commit c82cbb6

Browse files
MCP: typo "conenct" (#9264)
Co-authored-by: Joe Hanley <[email protected]>
1 parent 94bd417 commit c82cbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/tools/apphosting/list_backends.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const list_backends = tool(
2121
"is the resource name of the Cloud Run service serving the App Hosting backend. The last segment of that name is the service ID. " +
2222
"`domains` is the list of domains that are associated with the backend. They either have type `CUSTOM` or `DEFAULT`. " +
2323
" Every backend should have a `DEFAULT` domain. " +
24-
" The actual domain that a user would use to conenct to the backend is the last parameter of the domain resource name. " +
24+
" The actual domain that a user would use to connect to the backend is the last parameter of the domain resource name. " +
2525
" If a custom domain is correctly set up, it will have statuses ending in `ACTIVE`.",
2626
inputSchema: z.object({
2727
location: z

0 commit comments

Comments
 (0)