Skip to content

Commit 4aadc98

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func NewServer(cfg *config.Config, registry *toolsets.Registry) *Server {
5252

5353
// Start starts the HTTP server with Streamable HTTP transport.
5454
// If stdin/stdout are provided (non-nil), they will be used for stdio transport.
55-
// If they are nil, os.Stdin/os.Stdout will be used (production mode).
55+
// If they are nil, os.Stdin/os.Stdout will be used.
5656
func (s *Server) Start(ctx context.Context, stdin io.ReadCloser, stdout io.WriteCloser) error {
5757
s.registerTools()
5858

0 commit comments

Comments
 (0)