Skip to content

Commit adddec6

Browse files
committed
hotfix: sdk path
1 parent e095bd6 commit adddec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mcptools/commands/new.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func findTemplatesDir(sdk string) string {
271271
filepath.Join(os.Getenv("HOME"), ".mcpt", "templates", sdk),
272272

273273
// TemplatesPath from env
274-
TemplatesPath,
274+
filepath.Join(TemplatesPath, sdk),
275275

276276
// Executable directory
277277
func() string {

0 commit comments

Comments
 (0)