Skip to content

Commit 46bb0fb

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

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
@@ -72,7 +72,7 @@ func (s *Server) startStdio(ctx context.Context, stdin io.ReadCloser, stdout io.
7272
Writer: stdout,
7373
}
7474
} else {
75-
// Use os.Stdin/os.Stdout (production)
75+
// Use os.Stdin/os.Stdout
7676
transport = &mcp.StdioTransport{}
7777
}
7878

0 commit comments

Comments
 (0)