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 999ab27 commit ca88999Copy full SHA for ca88999
internal/readme/build.sh
@@ -1,9 +1,9 @@
1
#!/bin/sh
2
3
# Build README.md from the files in this directory.
4
-# Must be invoked from the internal/cmp directory.
+# Must be invoked from the mcp directory.
5
6
-cd internal/readme
+cd ../internal/readme
7
8
outfile=../../README.md
9
mcp/mcp.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
//go:generate go run generate.go
-//go:generate ./internal/readme/build.sh
+//go:generate ../internal/readme/build.sh
// The mcp package provides an SDK for writing model context protocol clients
// and servers.
0 commit comments