Skip to content

Commit 13c7e76

Browse files
authored
fix templates ref (knative#2967)
1 parent cac432e commit 13c7e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
var TEMPLATE_RESOURCE_URIS = []string{
11-
"https://github.com/gauron99/func-templates",
11+
"https://github.com/functions-dev/templates",
1212
}
1313

1414
type MCPServer struct {

0 commit comments

Comments
 (0)