Skip to content

Commit a9ba186

Browse files
committed
err
1 parent 60bba9d commit a9ba186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlite/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func NewServer(ctx context.Context, env map[string]string) (*server.MCPServer, e
237237
// Initialize Database Service
238238
dbService, err := NewDatabaseService(dbFile)
239239
if err != nil {
240-
log.Fatalf("Failed to initialize database service: %v", err)
240+
return nil, fmt.Errorf("open db: %w", err)
241241
}
242242
go func() {
243243
<-ctx.Done()

0 commit comments

Comments
 (0)