Skip to content

Commit dbc8737

Browse files
committed
[release-v1.17] fix mcp create tool. removed --path
1 parent 40e6016 commit dbc8737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/tools_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type CreateInput struct {
4242
}
4343

4444
func (i CreateInput) Args() []string {
45-
args := []string{"-l", i.Language, "--path", i.Path}
45+
args := []string{"-l", i.Language, i.Path}
4646

4747
// Optional
4848
args = appendStringFlag(args, "--template", i.Template)

0 commit comments

Comments
 (0)