diff --git a/cmd/mcptools/commands/new.go b/cmd/mcptools/commands/new.go index 585372f..9a3c501 100644 --- a/cmd/mcptools/commands/new.go +++ b/cmd/mcptools/commands/new.go @@ -271,7 +271,7 @@ func findTemplatesDir(sdk string) string { filepath.Join(os.Getenv("HOME"), ".mcpt", "templates", sdk), // TemplatesPath from env - TemplatesPath, + filepath.Join(TemplatesPath, sdk), // Executable directory func() string {