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 e989e2d commit 14eacc2Copy full SHA for 14eacc2
README.md
@@ -72,7 +72,7 @@ func main() {
72
ctx := context.Background()
73
74
// Create a new client, with no features.
75
- client := mcp.NewClient(nil, nil)
+ client := mcp.NewClient(&mcp.Implementation{Name: "mcp-client", Version: "v1.0.0"}, nil)
76
77
// Connect to a server over stdin/stdout
78
transport := mcp.NewCommandTransport(exec.Command("myserver"))
0 commit comments