From adddec68bcff82d07e01a22b0e2a5ec092c9f037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Sun, 6 Apr 2025 20:23:35 +0300 Subject: [PATCH] hotfix: sdk path --- cmd/mcptools/commands/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {