Skip to content

Commit e202500

Browse files
cevianclaude
andcommitted
update marketplace source to timescale/crayon
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72dab9b commit e202500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/cli/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function addMarketplace(mcpResult: McpCommandResult, stdio: "inherit" | "
155155
try {
156156
const marketplaceSource = mcpResult.isLocal && mcpResult.packageRoot
157157
? mcpResult.packageRoot
158-
: "timescale/0pflow";
158+
: "timescale/crayon";
159159
execSync(`claude plugin marketplace add ${marketplaceSource}`, { stdio });
160160
return { success: true };
161161
} catch (err) {

0 commit comments

Comments
 (0)