Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mcp/tools/apphosting/list_backends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const list_backends = tool(
"is the resource name of the Cloud Run service serving the App Hosting backend. The last segment of that name is the service ID. " +
"`domains` is the list of domains that are associated with the backend. They either have type `CUSTOM` or `DEFAULT`. " +
" Every backend should have a `DEFAULT` domain. " +
" The actual domain that a user would use to conenct to the backend is the last parameter of the domain resource name. " +
" The actual domain that a user would use to connect to the backend is the last parameter of the domain resource name. " +
" If a custom domain is correctly set up, it will have statuses ending in `ACTIVE`.",
inputSchema: z.object({
location: z
Expand Down
Loading