Skip to content

Commit 88f6d06

Browse files
Update src/mcp/tools/core/init.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 34f13a4 commit 88f6d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/tools/core/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const init = tool(
150150
isNewInstance: false, // not used by actuate
151151
isNewDatabase: false, // not used by actuate
152152
schemaGql: [], // TODO populate with GiF
153-
shouldProvisionCSQL: true,
153+
shouldProvisionCSQL: true, // Always provision Cloud SQL for MCP tool-based init.
154154
};
155155
}
156156
const setup: Setup = {

0 commit comments

Comments
 (0)