Skip to content

Commit 8e73225

Browse files
janiszclaude
andcommitted
docs: remove '(for testing)' annotation from server.go
Remove parenthetical note that adds unnecessary context noise to the documentation. Addresses PR #50 review comment #7 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4aadc98 commit 8e73225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (s *Server) Start(ctx context.Context, stdin io.ReadCloser, stdout io.Write
6666
func (s *Server) startStdio(ctx context.Context, stdin io.ReadCloser, stdout io.WriteCloser) error {
6767
var transport mcp.Transport
6868
if stdin != nil && stdout != nil {
69-
// Use custom stdin/stdout (for testing)
69+
// Use custom stdin/stdout
7070
transport = &mcp.IOTransport{
7171
Reader: stdin,
7272
Writer: stdout,

0 commit comments

Comments
 (0)