Skip to content

Commit 8ab66a9

Browse files
update test url
1 parent 47f6939 commit 8ab66a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/conformance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func runServerTest(t *testing.T, test *conformanceTest) {
146146

147147
if test.name == "spec-sep-973-additional-metadata.txtar" {
148148
impl.Icons = []Icon{iconObj}
149-
impl.WebsiteURL = "https://modelcontextprotocol.io"
149+
impl.WebsiteURL = "https://github.com/modelcontextprotocol/go-sdk"
150150
}
151151

152152
s := NewServer(impl, nil)

0 commit comments

Comments
 (0)