We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe082 commit bbcd9eaCopy full SHA for bbcd9ea
1 file changed
pkg/cli/internal/commands/init_typescript.go
@@ -34,6 +34,6 @@ func runInitTypeScript(_ *cobra.Command, args []string) error {
34
fmt.Printf("1. cd %s\n", projectName)
35
fmt.Printf("2. npm install\n")
36
fmt.Printf("3. npm run dev\n")
37
- fmt.Printf("4. Add tools with: kmcp add-tool my-tool\n")
+ fmt.Printf("4. Add tools with: kmcp add-tool myTool\n")
38
return nil
39
}
0 commit comments